public function WebformElementInterface::getTranslatableProperties in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getTranslatableProperties()
Get translatable properties.
Return value
array An associative array containing translatable element properties.
1 method overrides WebformElementInterface::getTranslatableProperties()
- WebformElementBase::getTranslatableProperties in src/
Plugin/ WebformElementBase.php - Get translatable properties.
File
- src/
Plugin/ WebformElementInterface.php, line 43
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function getTranslatableProperties();