public function WebformInterface::getElementsInitializedFlattenedAndHasValue in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getElementsInitializedFlattenedAndHasValue()
Get webform flattened list of elements.
Parameters
string $operation: (optional) The operation that is to be performed on the element.
Return value
array Webform elements flattened into an associative array keyed by element key.
1 method overrides WebformInterface::getElementsInitializedFlattenedAndHasValue()
- Webform::getElementsInitializedFlattenedAndHasValue in src/
Entity/ Webform.php - Get webform flattened list of elements.
File
- src/
WebformInterface.php, line 759
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function getElementsInitializedFlattenedAndHasValue($operation = NULL);