Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
ConditionInterface::setExecutableManager function core/lib/Drupal/Core/Condition/ConditionInterface.php Sets the executable manager class.
ConditionInterface::summary function core/lib/Drupal/Core/Condition/ConditionInterface.php Provides a human readable summary of the condition's configuration.
ConditionInterface::where function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Adds an arbitrary WHERE clause to the query.
ConfigActionPluginInterface interface core/lib/Drupal/Core/Config/Action/ConfigActionPluginInterface.php @internal
This API is experimental.
ConfigActionPluginInterface.php file core/lib/Drupal/Core/Config/Action/ConfigActionPluginInterface.php
ConfigActionPluginInterface::apply function core/lib/Drupal/Core/Config/Action/ConfigActionPluginInterface.php Applies the config action.
ConfigEntityInterface interface core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Defines a common interface for configuration entities.
ConfigEntityInterface.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php
ConfigEntityInterface::calculateDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Calculates dependencies and stores them in the dependency property.
ConfigEntityInterface::disable function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Disables the configuration entity.
ConfigEntityInterface::enable function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Enables the configuration entity.
ConfigEntityInterface::get function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Returns the value of a property.
ConfigEntityInterface::getDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Gets the configuration dependencies.
ConfigEntityInterface::hasTrustedData function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Gets whether on not the data is trusted.
ConfigEntityInterface::isInstallable function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Checks whether this entity is installable.
ConfigEntityInterface::isUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Returns whether this entity is being changed during the uninstall process.
ConfigEntityInterface::onDependencyRemoval function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Informs the entity that entities it depends on will be deleted.
ConfigEntityInterface::set function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Sets the value of a property.
ConfigEntityInterface::setStatus function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Sets the status of the configuration entity.
ConfigEntityInterface::status function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Returns whether the configuration entity is enabled.
ConfigEntityInterface::trustData function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Sets that the data should be trusted.
ConfigEntityMapperInterface interface core/modules/config_translation/src/ConfigEntityMapperInterface.php Defines an interface for configuration entity mappers.
ConfigEntityMapperInterface.php file core/modules/config_translation/src/ConfigEntityMapperInterface.php
ConfigEntityMapperInterface::getEntity function core/modules/config_translation/src/ConfigEntityMapperInterface.php Gets the entity instance for this mapper.
ConfigEntityMapperInterface::getType function core/modules/config_translation/src/ConfigEntityMapperInterface.php Gets the entity type ID from this mapper.
ConfigEntityMapperInterface::setEntity function core/modules/config_translation/src/ConfigEntityMapperInterface.php Sets the entity instance for this mapper.
ConfigEntityMapperInterface::setType function core/modules/config_translation/src/ConfigEntityMapperInterface.php Set entity type for this mapper.
ConfigEntityStorageInterface interface core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Provides an interface for configuration entity storage.
ConfigEntityStorageInterface.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php
ConfigEntityStorageInterface::createFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Creates a configuration entity from storage values.
ConfigEntityStorageInterface::getIDFromConfigName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Extracts the configuration entity ID from the full configuration name.
ConfigEntityStorageInterface::loadMultipleOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Loads one or more entities in their original form without overrides.
ConfigEntityStorageInterface::loadOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Loads one entity in their original form without overrides.
ConfigEntityStorageInterface::updateFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Updates a configuration entity from storage values.
ConfigEntityTypeInterface interface core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Provides an interface for a configuration entity type and its metadata.
ConfigEntityTypeInterface.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php
ConfigEntityTypeInterface::getConfigPrefix function core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Gets the config prefix used by the configuration entity type.
ConfigEntityTypeInterface::getLookupKeys function core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Gets the keys that are available for fast lookup.
ConfigEntityTypeInterface::getPropertiesToExport function core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Gets the config entity properties to export if declared on the annotation.
ConfigEntityTypeInterface::PREFIX_LENGTH constant core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Length limit of the configuration entity prefix.
ConfigFactoryInterface interface core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Defines the interface for a configuration object factory.
ConfigFactoryInterface.php file core/lib/Drupal/Core/Config/ConfigFactoryInterface.php
ConfigFactoryInterface::addOverride function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Adds config factory override services.
ConfigFactoryInterface::clearStaticCache function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Clears the config factory static cache.
ConfigFactoryInterface::get function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Returns an immutable configuration object for a given name.
ConfigFactoryInterface::getCacheKeys function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php The cache keys associated with the state of the config factory.
ConfigFactoryInterface::getEditable function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Returns a mutable configuration object for a given name.
ConfigFactoryInterface::listAll function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Gets configuration object names starting with a given prefix.
ConfigFactoryInterface::loadMultiple function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Returns a list of configuration objects for the given names.
ConfigFactoryInterface::rename function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Renames a configuration object using the storage.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.