Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 a 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. |
| ConfigImportModuleUninstallValidatorInterface | interface | core/ |
Special interface for module uninstall validators for configuration import. |
| ConfigImportModuleUninstallValidatorInterface.php | file | core/ |
|
| ConfigImportModuleUninstallValidatorInterface::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
| 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. |
| ConfigManagerInterface::findConfigEntityDependencies | function | core/ |
Finds config entities that are dependent on extensions or entities. |
| ConfigManagerInterface::findConfigEntityDependenciesAsEntities | function | core/ |
Finds config entities that are dependent on extensions or entities. |
| ConfigManagerInterface::findMissingContentDependencies | function | core/ |
Finds missing content dependencies declared in configuration entities. |
| ConfigManagerInterface::getConfigCollectionInfo | function | core/ |
Gets available collection information using the event system. |
| ConfigManagerInterface::getConfigDependencyManager | function | core/ |
Creates and populates a ConfigDependencyManager object. |
| ConfigManagerInterface::getConfigEntitiesToChangeOnDependencyRemoval | function | core/ |
Lists config entities to update and delete on removal of a dependency. |
| ConfigManagerInterface::getConfigFactory | function | core/ |
Gets the config factory. |
| ConfigManagerInterface::getEntityTypeIdByName | function | core/ |
Returns the entity type of a configuration object. |
| ConfigManagerInterface::getEntityTypeManager | function | core/ |
Gets the entity type manager. |
| ConfigManagerInterface::loadConfigEntityByName | function | core/ |
Loads a configuration entity using the configuration name. |
| ConfigManagerInterface::uninstall | function | core/ |
Uninstalls the configuration of a given extension. |
| ConfigMapperInterface | interface | core/ |
Defines an interface for configuration mapper. |
| ConfigMapperInterface.php | file | core/ |
|
| ConfigMapperInterface::addConfigName | function | core/ |
Adds the given configuration name to the list of names. |
| ConfigMapperInterface::getAddRoute | function | core/ |
Returns the route object for a translation add form route. |
| ConfigMapperInterface::getAddRouteName | function | core/ |
Returns route name for the translation add form route. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.