You are here

13 calls to WebformCompositeBase::getInitializedCompositeElement() in Webform 8.5

WebformCompositeBase::buildExportHeader in src/Plugin/WebformElement/WebformCompositeBase.php
Build an element's export header.
WebformCompositeBase::buildExportRecord in src/Plugin/WebformElement/WebformCompositeBase.php
Build an element's export row.
WebformCompositeBase::formatComposite in src/Plugin/WebformElement/WebformCompositeBase.php
Format a composite's sub element's value as HTML or plain text.
WebformCompositeBase::formatCompositeHtmlItems in src/Plugin/WebformElement/WebformCompositeBase.php
Format a composite as a list of HTML items.
WebformCompositeBase::formatCompositeTextItems in src/Plugin/WebformElement/WebformCompositeBase.php
Format a composite as a list of plain text items.
WebformCompositeBase::formatCustomItem in src/Plugin/WebformElement/WebformCompositeBase.php
Format an element's item using custom HTML or plain text.
WebformCompositeBase::formatHtmlItems in src/Plugin/WebformElement/WebformCompositeBase.php
Format an element's items as HTML.
WebformCompositeBase::getElementSelectorOptions in src/Plugin/WebformElement/WebformCompositeBase.php
Get an element's selectors as options.
WebformCompositeBase::getElementSelectorSourceValues in src/Plugin/WebformElement/WebformCompositeBase.php
Get an element's selectors source values.
WebformCompositeBase::getManagedFiles in src/Plugin/WebformElement/WebformCompositeBase.php
Get composite's managed file elements.
WebformCompositeBase::getTableColumn in src/Plugin/WebformElement/WebformCompositeBase.php
Get element's table column(s) settings.
WebformCompositeBase::getTestValues in src/Plugin/WebformElement/WebformCompositeBase.php
Get test values for an element.
WebformCompositeBase::postSave in src/Plugin/WebformElement/WebformCompositeBase.php
Acts on a saved webform submission element before the insert or update hook is invoked.