Search for values
- Search 7.x for values
- Search 9.5.x for values
- Search 8.9.x for values
- Search 11.x for values
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| hook_entity_field_values_init | function | core/ |
Acts when initializing a fieldable entity object. |
| hook_ENTITY_TYPE_field_values_init | function | core/ |
Acts when initializing a fieldable entity object. |
| Importer::setFieldValues | function | core/ |
Sets field values based on the normalized data. |
| InOperator::operatorValues | function | core/ |
|
| InOperator::valueSubmit | function | core/ |
Perform any necessary changes to the form values prior to storage. |
| InsertTrait::$insertValues | property | core/ |
A nested array of values to insert. |
| InsertTrait::values | function | core/ |
Adds another set of values to the query to be inserted. |
| KeyValueContentEntityStorage::createWithSampleValues | function | core/ |
Creates an entity with sample field values. |
| KeyValueEntityStorage::$keyValueStore | property | core/ |
The key value store. |
| KeyValueEntityStorageTest::$keyValueStore | property | core/ |
The key value store. |
| KeyValueStoreExpirableInterface | interface | core/ |
Defines the interface for expiring data in a key/value store. |
| KeyValueStoreExpirableInterface.php | file | core/ |
|
| KeyValueStoreExpirableInterface::setMultipleWithExpire | function | core/ |
Saves an array of values with a time to live. |
| KeyValueStoreExpirableInterface::setWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
| KeyValueStoreExpirableInterface::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
| KeyValueStoreInterface | interface | core/ |
Defines the interface for key/value store implementations. |
| KeyValueStoreInterface.php | file | core/ |
|
| KeyValueStoreInterface::delete | function | core/ |
Deletes an item from the key/value store. |
| KeyValueStoreInterface::deleteAll | function | core/ |
Deletes all items from the key/value store. |
| KeyValueStoreInterface::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
| KeyValueStoreInterface::get | function | core/ |
Returns the stored value for a given key. |
| KeyValueStoreInterface::getAll | function | core/ |
Returns all stored key/value pairs 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. |
| LangcodeRequiredIfTranslatableValuesConstraint | class | core/ |
#[Constraint(id: 'LangcodeRequiredIfTranslatableValues', label: new TranslatableMarkup('Translatable config has langcode', [], [ 'context' => 'Validation', ]), type: [ 'config_object', ])] |
| LangcodeRequiredIfTranslatableValuesConstraint.php | file | core/ |
|
| LangcodeRequiredIfTranslatableValuesConstraint::$missingMessage | property | core/ |
The error message if this config object is missing a `langcode`. |
| LangcodeRequiredIfTranslatableValuesConstraint::$superfluousMessage | property | core/ |
The error message if this config object contains a superfluous `langcode`. |
| LangcodeRequiredIfTranslatableValuesConstraintValidator | class | core/ |
Validates the LangcodeRequiredIfTranslatableValues constraint. |
| LangcodeRequiredIfTranslatableValuesConstraintValidator.php | file | core/ |
|
| LangcodeRequiredIfTranslatableValuesConstraintValidator::validate | function | core/ |
|
| Language::$defaultValues | property | core/ |
The values to use to instantiate the default language. |
| LanguageAddForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
| LanguageItem::getPossibleValues | function | core/ |
Returns an array of possible values. |
| LanguageItem::getSettableValues | function | core/ |
Returns an array of settable values. |
| LanguageNegotiationInfoTest::keysValuesSet | function | core/ |
Sets key/value pairs for language_test module. |
| LanguageServiceProvider::getDefaultLanguageValues | function | core/ |
Gets the default language values. |
| LayoutBuilderDefaultValuesTest | class | core/ |
Tests rendering default field values in Layout Builder. |
| LayoutBuilderDefaultValuesTest.php | file | core/ |
|
| LayoutBuilderDefaultValuesTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| LayoutBuilderDefaultValuesTest::$modules | property | core/ |
Modules to install. |
| LayoutBuilderDefaultValuesTest::addImageFields | function | core/ |
Helper function to add image fields. |
| LayoutBuilderDefaultValuesTest::addTextFields | function | core/ |
Helper function to add string fields. |
| LayoutBuilderDefaultValuesTest::assertNodeWithDefaultValues | function | core/ |
Test for expected text on node 2. |
| LayoutBuilderDefaultValuesTest::assertNodeWithValues | function | core/ |
Test for expected text on node 1. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.