Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigEntityInterface::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
| ConfigEntityInterface::set | function | core/ |
Sets the value of a property. |
| ConfigEntityInterface::setStatus | function | core/ |
Sets the status of the configuration entity. |
| ConfigEntityInterface::status | function | core/ |
Returns whether the configuration entity is enabled. |
| ConfigEntityInterface::trustData | function | core/ |
Sets that the data should be trusted. |
| ConfigEntityNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| ConfigEntityStorageInterface | interface | core/ |
Provides an interface for configuration entity storage. |
| ConfigEntityStorageInterface.php | file | core/ |
|
| ConfigEntityStorageInterface::createFromStorageRecord | function | core/ |
Creates a configuration entity from storage values. |
| ConfigEntityStorageInterface::getIDFromConfigName | function | core/ |
Extracts the configuration entity ID from the full configuration name. |
| ConfigEntityStorageInterface::loadMultipleOverrideFree | function | core/ |
Loads one or more entities in their original form without overrides. |
| ConfigEntityStorageInterface::loadOverrideFree | function | core/ |
Loads one entity in their original form without overrides. |
| ConfigEntityStorageInterface::updateFromStorageRecord | function | core/ |
Updates a configuration entity from storage values. |
| ConfigEntityTypeInterface | interface | core/ |
Provides an interface for a configuration entity type and its metadata. |
| ConfigEntityTypeInterface.php | file | core/ |
|
| ConfigEntityTypeInterface::getConfigPrefix | function | core/ |
Gets the config prefix used by the configuration entity type. |
| ConfigEntityTypeInterface::getLookupKeys | function | core/ |
Gets the keys that are available for fast lookup. |
| ConfigEntityTypeInterface::getPropertiesToExport | function | core/ |
Gets the config entity properties to export if declared on the annotation. |
| ConfigEntityTypeInterface::PREFIX_LENGTH | constant | core/ |
Length limit of the configuration entity prefix. |
| ConfigFactoryInterface | interface | core/ |
Defines the interface for a configuration object factory. |
| ConfigFactoryInterface.php | file | core/ |
|
| ConfigFactoryInterface::addOverride | function | core/ |
Adds config factory override services. |
| ConfigFactoryInterface::clearStaticCache | function | core/ |
Clears the config factory static cache. |
| ConfigFactoryInterface::get | function | core/ |
Returns an immutable configuration object for a given name. |
| ConfigFactoryInterface::getCacheKeys | function | core/ |
The cache keys associated with the state of the config factory. |
| ConfigFactoryInterface::getEditable | function | core/ |
Returns an mutable configuration object for a given name. |
| ConfigFactoryInterface::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| ConfigFactoryInterface::loadMultiple | function | core/ |
Returns a list of configuration objects for the given names. |
| ConfigFactoryInterface::rename | function | core/ |
Renames a configuration object using the storage. |
| ConfigFactoryInterface::reset | function | core/ |
Resets and re-initializes configuration objects. Internal use only. |
| ConfigFactoryOverrideInterface | interface | core/ |
Defines the interface for a configuration factory override object. |
| ConfigFactoryOverrideInterface.php | file | core/ |
|
| ConfigFactoryOverrideInterface::createConfigObject | function | core/ |
Creates a configuration object for use during install and synchronization. |
| ConfigFactoryOverrideInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata associated with the config factory override. |
| ConfigFactoryOverrideInterface::getCacheSuffix | function | core/ |
The string to append to the configuration static cache name. |
| ConfigFactoryOverrideInterface::loadOverrides | function | core/ |
Returns config overrides. |
| ConfigInstallerInterface | interface | core/ |
Interface for classes that install config. |
| ConfigInstallerInterface.php | file | core/ |
|
| ConfigInstallerInterface::checkConfigurationToInstall | function | core/ |
Checks the configuration that will be installed for an extension. |
| ConfigInstallerInterface::getSourceStorage | function | core/ |
Gets the configuration storage that provides the default configuration. |
| ConfigInstallerInterface::installCollectionDefaultConfig | function | core/ |
Installs all default configuration in the specified collection. |
| ConfigInstallerInterface::installDefaultConfig | function | core/ |
Installs the default configuration of a given extension. |
| ConfigInstallerInterface::installOptionalConfig | function | core/ |
Installs optional configuration. |
| ConfigInstallerInterface::isSyncing | function | core/ |
Gets the syncing state. |
| ConfigInstallerInterface::setSourceStorage | function | core/ |
Sets the configuration storage that provides the default configuration. |
| ConfigInstallerInterface::setSyncing | function | core/ |
Sets the status of the isSyncing flag. |
| ConfigManagerInterface | interface | core/ |
Provides an interface for configuration manager. |
| ConfigManagerInterface.php | file | core/ |
|
| ConfigManagerInterface::createSnapshot | function | core/ |
Creates a configuration snapshot following a successful import. |
| ConfigManagerInterface::diff | function | core/ |
Creates a Diff object using the config data from the two storages. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.