Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StaticReflectionClass::newInstanceWithoutConstructor | function | core/ |
|
| StaticReflectionClass::__toString | function | core/ |
|
| Status::operatorForm | function | core/ |
Options form subform for setting the operator. |
| Status::operatorForm | function | core/ |
Options form subform for setting the operator. |
| StatusCheckTraitTest::testNoErrorIfPathsToExcludeCannotBeCollected | function | core/ |
Tests that any error will be added to the status check event. |
| StatusCheckTraitTest::testPathsToExcludeCollected | function | core/ |
Tests that StatusCheckTrait will collect paths to exclude. |
| StickyNode::getFieldsToUpdate | function | core/ |
Gets an array of values to be set. |
| StorableConfigBase | class | core/ |
Provides a base class for configuration objects with storage support. |
| StorableConfigBase.php | file | core/ |
|
| StorableConfigBase::$isNew | property | core/ |
Whether the configuration object is new or has been saved to the storage. |
| StorableConfigBase::$originalData | property | core/ |
The data of the configuration object. |
| StorableConfigBase::$schemaWrapper | property | core/ |
The config schema wrapper object for this configuration object. |
| StorableConfigBase::$storage | property | core/ |
The storage used to load and save this configuration object. |
| StorableConfigBase::$typedConfigManager | property | core/ |
The typed config manager. |
| StorableConfigBase::castValue | function | core/ |
Casts the value to correct data type using the configuration schema. |
| StorableConfigBase::delete | function | core/ |
Deletes the configuration object. |
| StorableConfigBase::getOriginal | function | core/ |
Gets original data from this configuration object. |
| StorableConfigBase::getRawData | function | core/ |
Gets the raw data without any manipulations. |
| StorableConfigBase::getSchemaWrapper | function | core/ |
Gets the schema wrapper for the whole configuration object. |
| StorableConfigBase::getStorage | function | core/ |
Retrieves the storage used to load and save this configuration object. |
| StorableConfigBase::initWithData | function | core/ |
Initializes a configuration object with pre-loaded data. |
| StorableConfigBase::isNew | function | core/ |
Returns whether this configuration object is new. |
| StorableConfigBase::save | function | core/ |
Saves the configuration object. |
| StorableConfigBase::validateValue | function | core/ |
Validate the values are allowed data types. |
| StorageBase | class | core/ |
Provides a base class for key/value storage implementations. |
| StorageBase.php | file | core/ |
|
| StorageBase::$collection | property | core/ |
The name of the collection holding key and value pairs. |
| StorageBase::delete | function | core/ |
|
| StorageBase::get | function | core/ |
|
| StorageBase::getAllKeys | function | core/ |
|
| StorageBase::getCollectionName | function | core/ |
|
| StorageBase::setMultiple | function | core/ |
|
| StorageBase::__construct | function | core/ |
|
| StorageCacheInterface | interface | core/ |
Defines an interface for cached configuration storage. |
| StorageCacheInterface.php | file | core/ |
|
| StorageCacheInterface::resetListCache | function | core/ |
Reset the static cache of the listAll() cache. |
| StorageComparer | class | core/ |
Defines a config storage comparer. |
| StorageComparer.php | file | core/ |
|
| StorageComparer::$changelist | property | core/ |
List of changes to between the source storage and the target storage. |
| StorageComparer::$sourceCacheStorage | property | core/ |
A memory cache backend to statically cache source configuration data. |
| StorageComparer::$sourceNames | property | core/ |
Sorted list of all the configuration object names in the source storage. |
| StorageComparer::$sourceStorage | property | core/ |
The source storage used to discover configuration changes. |
| StorageComparer::$sourceStorages | property | core/ |
The source storages keyed by collection. |
| StorageComparer::$targetCacheStorage | property | core/ |
A memory cache backend to statically cache target configuration data. |
| StorageComparer::$targetNames | property | core/ |
Sorted list of all the configuration object names in the target storage. |
| StorageComparer::$targetStorage | property | core/ |
The target storage used to write configuration changes. |
| StorageComparer::$targetStorages | property | core/ |
The target storages keyed by collection. |
| StorageComparer::$writeMode | property | core/ |
Indicates whether the target storage should be wrapped in a cache. |
| StorageComparer::addChangeList | function | core/ |
Adds changes to the changelist. |
| StorageComparer::addChangelistCreate | function | core/ |
Creates the create changelist. |
Pagination
- Previous page
- Page 229
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.