SummaryObject
class SummaryObject implements ObjectInterface (View source)
Properties
protected | $summaryObject |
Methods
No description
No description
Returns the title of the content object. Useful in admin interfaces when we choose from potential content object form factors
Refreshes the content object without changing any slot attributes. Useful for when summary objects need to update their fields, etc.
No description
No description
Details
__construct(SummaryObjectInterface $summaryObject = null)
No description
SummaryObjectInterface
getSummaryObject()
No description
jsonSerialize()
No description
string|null
getSlotContentObjectTitle()
Returns the title of the content object. Useful in admin interfaces when we choose from potential content object form factors
void
refresh(Application $app)
Refreshes the content object without changing any slot attributes. Useful for when summary objects need to update their fields, etc.
..
array
getDesignTags()
No description
void
display(Application $app)
Prints out the current object, rendering it in a template.
denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = [])
No description