You are here

public function ConfigMapperManagerInterface::hasTranslatable in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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.

1 method overrides ConfigMapperManagerInterface::hasTranslatable()
ConfigMapperManager::hasTranslatable in core/modules/config_translation/src/ConfigMapperManager.php
Returns TRUE if the configuration data has translatable items.

File

core/modules/config_translation/src/ConfigMapperManagerInterface.php, line 38
Contains \Drupal\config_translation\ConfigMapperManagerInterface.

Class

ConfigMapperManagerInterface
Provides a common interface for config mapper managers.

Namespace

Drupal\config_translation

Code

public function hasTranslatable($name);