You are here

public function ShsTermSelect::getTranslatableProperties in Webform Simple Hierarchical Select 8

Get translatable properties.

Return value

array An associative array containing translatable element properties.

Overrides WebformElementBase::getTranslatableProperties

File

src/Plugin/WebformElement/ShsTermSelect.php, line 56

Class

ShsTermSelect
Provides a 'webform_shs_term_select' Webform element.

Namespace

Drupal\webform_shs\Plugin\WebformElement

Code

public function getTranslatableProperties() {
  return array_merge(parent::getTranslatableProperties(), [
    'force_deepest_error',
  ]);
}