ObjectInterface
interface ObjectInterface implements JsonSerializable, DenormalizableInterface, ProvidesTagsInterface (View source)
Methods
                    void
                
                
                    refresh(Application $app)
        
                                            
                
            Refreshes the content object without changing any slot attributes. Useful for when summary objects need to update their fields, etc.
                    void
                
                
                
            
                    string|null
                
                
                    getSlotContentObjectTitle()
        
                                            
                
            Returns the title of the content object. Useful in admin interfaces when we choose from potential content object form factors
Details
        
                            array
    getDesignTags()
        
    
    No description
        
                            void
    refresh(Application $app)
        
    
    Refreshes the content object without changing any slot attributes. Useful for when summary objects need to update their fields, etc.
..
        
                            void
    display(Application $app)
        
    
    Prints out the current object, rendering it in a template.
        
                            string|null
    getSlotContentObjectTitle()
        
    
    Returns the title of the content object. Useful in admin interfaces when we choose from potential content object form factors