You are here

21 calls to WebformElementHelper::isElement() in Webform 6.x

Webform::collectSubElementKeysRecursive in src/Entity/Webform.php
Collect sub element keys from a render array.
Webform::deleteElementRecursive in src/Entity/Webform.php
Remove an element by key from a render array.
Webform::initElementsRecursive in src/Entity/Webform.php
Initialize webform elements into a flatten array.
Webform::initElementsTranslationsRecursive in src/Entity/Webform.php
Init elements translations before variants are applied.
Webform::setElementPropertiesRecursive in src/Entity/Webform.php
Set element properties.
WebformElementHelper::getFlattened in src/Utility/WebformElementHelper.php
Flatten a nested array of elements.
WebformElementHelper::hasProperties in src/Utility/WebformElementHelper.php
Determine if element or sub-element has properties.
WebformElementManager::processElements in src/Plugin/WebformElementManager.php
Process form elements and apply webform element specific enhancements.
WebformEntityElementsValidator::getDuplicateNamesRecursive in src/WebformEntityElementsValidator.php
Recurse through elements and collect an associative array keyed by name and number of duplicate instances.
WebformEntityElementsValidator::getElementKeysRecursive in src/WebformEntityElementsValidator.php
Recurse through elements and collect an associative array of deleted element keys.
WebformEntitySettingsBaseForm::setElementDescriptionsRecursive in src/EntitySettings/WebformEntitySettingsBaseForm.php
Append [none] message and default value to an element's description.
WebformFormHelper::flattenElementsRecursive in src/Utility/WebformFormHelper.php
Traverse a render array and collect references to all elements in an associative array keyed by element key.
WebformHandlerBase::setSettingsParentsRecursively in src/Plugin/WebformHandlerBase.php
Set configuration settings parents.
WebformSubmissionConditionsValidator::getBuildElementsRecursive in src/WebformSubmissionConditionsValidator.php
Recurse through a form, review #states/#required, and get visible elements.
WebformSubmissionConditionsValidator::submitFormRecursive in src/WebformSubmissionConditionsValidator.php
Recursively unset submission data for form elements that are hidden.
WebformSubmissionConditionsValidator::validateFormRecursive in src/WebformSubmissionConditionsValidator.php
Recurse through a form and validate visible elements.
WebformSubmissionForm::alterElementsForm in src/WebformSubmissionForm.php
Alter webform elements form.
WebformSubmissionForm::populateElements in src/WebformSubmissionForm.php
Populate webform elements.
WebformSubmissionForm::prepareElements in src/WebformSubmissionForm.php
Prepare webform elements.
WebformSubmissionViewBuilder::buildElements in src/WebformSubmissionViewBuilder.php
Build element display items from elements and submitted data.
WebformTranslationConfigManager::getElementsFlattened in src/WebformTranslationConfigManager.php
Flatten a nested array of elements.