You are here

public function WebformElementManagerInterface::getTranslatableProperties in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElementManagerInterface.php \Drupal\webform\Plugin\WebformElementManagerInterface::getTranslatableProperties()

Get all translatable properties from all elements.

Return value

array An array of translatable properties.

1 method overrides WebformElementManagerInterface::getTranslatableProperties()
WebformElementManager::getTranslatableProperties in src/Plugin/WebformElementManager.php
Get all translatable properties from all elements.

File

src/Plugin/WebformElementManagerInterface.php, line 150

Class

WebformElementManagerInterface
Collects available webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getTranslatableProperties();