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