public function YamlFormElementManagerInterface::getAllProperties in YAML Form 8
Get all properties for all elements.
Return value
array An array of all properties.
1 method overrides YamlFormElementManagerInterface::getAllProperties()
- YamlFormElementManager::getAllProperties in src/
YamlFormElementManager.php - Get all properties for all elements.
File
- src/
YamlFormElementManagerInterface.php, line 95
Class
- YamlFormElementManagerInterface
- Collects available form elements.
Namespace
Drupal\yamlformCode
public function getAllProperties();