Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConfigMapperManagerInterface.php

function 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);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal