interface ObjectInterface implements JsonSerializable, DenormalizableInterface, ProvidesTagsInterface (View source)

Methods

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

Details

array getDesignTags()

No description

Return Value

array

void refresh(Application $app)

Refreshes the content object without changing any slot attributes. Useful for when summary objects need to update their fields, etc.

..

Parameters

Application $app

Return Value

void

void display(Application $app)

Prints out the current object, rendering it in a template.

Parameters

Application $app

Return Value

void

string|null getSlotContentObjectTitle()

Returns the title of the content object. Useful in admin interfaces when we choose from potential content object form factors

Return Value

string|null