function ConfigMapperManagerInterface::hasTranslatable

Same name in other branches
  1. 9 core/modules/config_translation/src/ConfigMapperManagerInterface.php \Drupal\config_translation\ConfigMapperManagerInterface::hasTranslatable()
  2. 8.9.x core/modules/config_translation/src/ConfigMapperManagerInterface.php \Drupal\config_translation\ConfigMapperManagerInterface::hasTranslatable()
  3. 11.x core/modules/config_translation/src/ConfigMapperManagerInterface.php \Drupal\config_translation\ConfigMapperManagerInterface::hasTranslatable()

Returns TRUE if the configuration data has translatable items.

Parameters

string $name: Configuration key.

Return value

bool A boolean indicating if the configuration data has translatable items.

File

core/modules/config_translation/src/ConfigMapperManagerInterface.php, line 33

Class

ConfigMapperManagerInterface
Provides a common interface for config mapper managers.

Namespace

Drupal\config_translation

Code

public function hasTranslatable($name);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.