You are here

public function YamlFormElementInterface::getTranslatableProperties in YAML Form 8

Get translatable properties.

Return value

array An associative array containing translatable element properties.

1 method overrides YamlFormElementInterface::getTranslatableProperties()
YamlFormElementBase::getTranslatableProperties in src/YamlFormElementBase.php
Get translatable properties.

File

src/YamlFormElementInterface.php, line 68

Class

YamlFormElementInterface
Defines the interface for form elements.

Namespace

Drupal\yamlform

Code

public function getTranslatableProperties();