ContentPopulator
class ContentPopulator implements LoggerAwareInterface (View source)
Traits
Trait LoggerAwareTrait A trait used with LoggerAwareInterface
                    LoggerAwareTrait    
                
            Properties
| protected JsonSerializer | $serializer | ||
| protected EntityManager | $entityManager | 
Methods
                    getLoggerChannel()
        
                                            
                
            No description
                    array
                
                
                    createContentObjects(ItemProviderInterface[] $items)
        
                                            
                
            Goes through all the possible items that are going to make it into this board, and creates a large pool of potential content objects for them. These will be placed into slot templates.
Details
        
                            
    getLoggerChannel()
        
    
    No description
        
                            
    __construct(EntityManager $entityManager, JsonSerializer $serializer)
        
    
    No description
        
                            array
    createContentObjects(ItemProviderInterface[] $items)
        
    
    Goes through all the possible items that are going to make it into this board, and creates a large pool of potential content objects for them. These will be placed into slot templates.