Search for values
- Search 7.x for values
- Search 9.5.x for values
- Search 10.3.x for values
- Search 11.x for values
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormValuesTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FormValuesTest::$modules | property | core/ |
Modules to enable. |
| FormValuesTest::setUp | function | core/ |
|
| FormValuesTest::testSimpleAjaxFormValue | function | core/ |
Submits forms with select and checkbox elements via Ajax. |
| GetTest::integerValuesDataProvider | function | core/ |
Provides data for the successful lookup test. |
| GetTest::testIntegerValues | function | core/ |
Tests the Get plugin when source has integer values. |
| GroupedExposedFilterTest::testGroupedFilterValuesUI | function | core/ |
Test if the right fields are shown and the right values set. |
| HandleMultiplesTest::scalarAndMultipleValuesProviderSource | function | core/ |
Provides the source data with scalar and multiple values. |
| HandleMultiplesTest::testScalarAndMultipleValues | function | core/ |
Tests process pipelines with scalar and multiple values handling. |
| 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. |
| ImageCckTest::testProcessCckFieldValues | function | core/ |
@covers ::processCckFieldValues[[api-linebreak]] |
| ImageField::processCckFieldValues | function | core/ |
Apply any custom processing to the field bundle migrations. |
| ImageFieldTest::testProcessFieldValues | function | core/ |
@covers ::processFieldValues[[api-linebreak]] @expectedDeprecation ImageField is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\image\Plugin\migrate\field\d6\ImageField instead. See https://www.drupal.org/node/2936061. |
| ImageFieldTest::testProcessFieldValues | function | core/ |
@covers ::processFieldValues[[api-linebreak]] @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598. |
| InOperator::operatorValues | function | core/ |
|
| InOperator::valueSubmit | function | core/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
| 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. |
| 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. |
| LanguageServiceProvider::getDefaultLanguageValues | function | core/ |
Gets the default language values. |
| LayoutBuilderEntityViewDisplayForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties |
| LayoutBuilderOptInTest::testDefaultValues | function | core/ |
Tests the expected default values for enabling Layout Builder. |
| LayoutBuilderTest::testPreserverEntityValues | function | core/ |
Tests that the Layout Builder preserves entity values. |
| LayoutBuilderWidget::extractFormValues | function | core/ |
Extracts field values from submitted form values. |
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.