Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| KeyValueStoreInterface::getAllKeys | function | core/ |
Retrieves all keys in the collection. |
| KeyValueStoreInterface::getCollectionName | function | core/ |
Returns the name of this collection. |
| KeyValueStoreInterface::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
| KeyValueStoreInterface::has | function | core/ |
Returns whether a given key exists in the store. |
| KeyValueStoreInterface::rename | function | core/ |
Renames a key. |
| KeyValueStoreInterface::set | function | core/ |
Saves a value for a given key. |
| KeyValueStoreInterface::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
| KeyValueStoreInterface::setMultiple | function | core/ |
Saves key/value pairs. |
| KeyvalueTestHooks | class | core/ |
Hook implementations for keyvalue_test. |
| KeyvalueTestHooks.php | file | core/ |
|
| KeyvalueTestHooks::entityTypeAlter | function | core/ |
Implements hook_entity_type_alter(). |
| keyvalue_test.info.yml | file | core/ |
core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml |
| kg.php | file | core/ |
|
| KillSwitch | class | core/ |
A policy evaluating to static::DENY when the kill switch was triggered. |
| KillSwitch.php | file | core/ |
|
| KillSwitch::$kill | property | core/ |
A flag indicating whether the kill switch was triggered. |
| KillSwitch::check | function | core/ |
Determines whether it is save to store a page in the cache. |
| KillSwitch::trigger | function | core/ |
Deny any page caching on the current request. |
| Label | class | core/ |
Provides a render element for displaying the label for a form element. |
| label-items.css | file | core/ |
This file is used to style fields with class 'label-items' eg: Recipe category. |
| Label.php | file | core/ |
|
| Label::getInfo | function | core/ |
Returns the element properties for this element. |
| LabelOnlyResourceObject | class | core/ |
Value object decorating a ResourceObject; only its label is available. |
| LabelOnlyResourceObject.php | file | core/ |
|
| LabelOnlyResourceObject::$entity | property | core/ |
The entity represented by this resource object. |
| LabelOnlyResourceObject::createFromEntity | function | core/ |
Creates a new ResourceObject from an entity. |
| LabelOnlyResourceObject::extractFieldsFromEntity | function | core/ |
Extracts the entity's fields. |
| LabelOnlyResourceObject::getEntity | function | core/ |
Gets the decorated entity. |
| LabelOnlyResourceObject::setEntity | function | core/ |
Sets the underlying entity. |
| LangcodeRequiredIfTranslatableValuesConstraint | class | core/ |
Validation constraint for translatable configuration. |
| LangcodeRequiredIfTranslatableValuesConstraint.php | file | core/ |
|
| LangcodeRequiredIfTranslatableValuesConstraint::__construct | function | core/ |
#[HasNamedArguments] |
| LangcodeRequiredIfTranslatableValuesConstraintValidator | class | core/ |
Validates the LangcodeRequiredIfTranslatableValues constraint. |
| LangcodeRequiredIfTranslatableValuesConstraintValidator.php | file | core/ |
|
| LangcodeRequiredIfTranslatableValuesConstraintValidator::validate | function | core/ |
|
| Language | class | core/ |
Drupal 6/7 language source from database. |
| Language | class | core/ |
Provides a 'Language' condition. |
| Language | class | core/ |
CKEditor 5 Language plugin. |
| Language | class | core/ |
Defines the 'language' data type. |
| Language | class | core/ |
An object containing the information for an interface language. |
| language-content-settings-table.html.twig | file | core/ |
Default theme implementation to display a language content settings table. |
| language-content-settings-table.html.twig | file | core/ |
Theme override to display a language content settings table. |
| language-negotiation-configure-form.html.twig | file | core/ |
Theme override for a language negotiation configuration form. |
| language-negotiation-configure-form.html.twig | file | core/ |
Default theme implementation for a language negotiation configuration form. |
| language-switcher.css | file | core/ |
Stylesheet for the language switcher block. |
| language.add.html.twig | file | core/ |
--- label: 'Adding a language' related: - core.translations - language.detect --- {% set languages_text %}{% trans %}Languages{% endtrans %}{% endset %} {% set languages_link = render_var(help_route_link(languages_text,… |
| language.admin.css | file | core/ |
Styles for the content language administration page. |
| language.admin.css | file | core/ |
.ckeditor5-toolbar-button-textPartLanguage { display: flex; align-items: center; justify-content: space-between; width: 110px; color: #000; } .ckeditor5-toolbar-button-textPartLanguage::before { margin-left: 10px; /* For browsers which… |
| language.admin.css | file | core/ |
Styles for the content language administration page. |
| language.admin.inc | file | core/ |
Pagination
- Previous page
- Page 917
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.