language-content-settings-table.html.twig

Default theme implementation to display a language content settings table. Available variables: title: The title of the table. build: Table of content language settings. See also template_preprocess_language_content_settings_table() File core/modules/language/templates/language-content-settings-table.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

Language

An object containing the information for an interface language. Hierarchy class \Drupal\Core\Language\Language implements LanguageInterface See also \Drupal\Core\Language\LanguageManager::getLanguage() File core/lib/Drupal/Core/Language/Language.php, line 12 Namespace Drupal\Core\Language Members Name Modifiers Type Description Language::$defaultValues public static property The values to use to instantiate the default language. Language::$direction protected prop

Label::getInfo

public Label::getInfo() Returns the element properties for this element. Return value array An array of element properties. See \Drupal\Core\Render\ElementInfoManagerInterface::getInfo() for documentation of the standard properties of all elements, and the return value format. Overrides ElementInterface::getInfo File core/lib/Drupal/Core/Render/Element/Label.php, line 19 Class Label Provides a render element for displaying the label for a form element. Namespace Drupal\Core\Render\Elem

Label

Provides a render element for displaying the label for a form element. Labels are generated automatically from element properties during processing of most form elements. This element is used internally by the form system to render labels for form elements. Plugin annotation @RenderElement("label") Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringT

KeyValueStoreInterface::setMultiple

public KeyValueStoreInterface::setMultiple(array $data) Saves key/value pairs. Parameters array $data: An associative array of key/value pairs. File core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php, line 92 Class KeyValueStoreInterface Defines the interface for key/value store implementations. Namespace Drupal\Core\KeyValueStore Code public function setMultiple(array $data);

KeyValueStoreInterface::setIfNotExists

public KeyValueStoreInterface::setIfNotExists($key, $value) Saves a value for a given key if it does not exist yet. Parameters string $key: The key of the data to store. mixed $value: The data to store. Return value bool TRUE if the data was set, FALSE if it already existed. File core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php, line 84 Class KeyValueStoreInterface Defines the interface for key/value store implementations. Namespace Drupal\Core\KeyValueStore Code public

KeyValueStoreInterface::set

public KeyValueStoreInterface::set($key, $value) Saves a value for a given key. Parameters string $key: The key of the data to store. mixed $value: The data to store. File core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php, line 71 Class KeyValueStoreInterface Defines the interface for key/value store implementations. Namespace Drupal\Core\KeyValueStore Code public function set($key, $value);

KeyValueStoreInterface::rename

public KeyValueStoreInterface::rename($key, $new_key) Renames a key. Parameters string $key: The key to rename. string $new_key: The new key name. File core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php, line 102 Class KeyValueStoreInterface Defines the interface for key/value store implementations. Namespace Drupal\Core\KeyValueStore Code public function rename($key, $new_key);

KeyValueStoreInterface::has

public KeyValueStoreInterface::has($key) Returns whether a given key exists in the store. Parameters string $key: The key to check. Return value bool TRUE if the key exists, FALSE otherwise. File core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php, line 27 Class KeyValueStoreInterface Defines the interface for key/value store implementations. Namespace Drupal\Core\KeyValueStore Code public function has($key);

KeyValueStoreInterface::getMultiple

public KeyValueStoreInterface::getMultiple(array $keys) Returns the stored key/value pairs for a given set of keys. @todo What's returned for non-existing keys? Parameters array $keys: A list of keys to retrieve. Return value array An associative array of items successfully returned, indexed by key. File core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php, line 53 Class KeyValueStoreInterface Defines the interface for key/value store implementations. Namespace Drupal\Core\Ke