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 |
|---|---|---|---|
| ConditionInterface::evaluate | function | core/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
| ConditionInterface::exists | function | core/ |
Queries for the existence of a field. |
| ConditionInterface::exists | function | core/ |
Sets a condition that the specified subquery returns values. |
| ConditionInterface::getConjunction | function | core/ |
Gets the current conjunction. |
| ConditionInterface::isNegated | function | core/ |
Determines whether condition result will be negated. |
| ConditionInterface::isNotNull | function | core/ |
Sets a condition that the specified field be NOT NULL. |
| ConditionInterface::isNull | function | core/ |
Sets a condition that the specified field be NULL. |
| ConditionInterface::notExists | function | core/ |
Sets a condition that the specified subquery returns no values. |
| ConditionInterface::notExists | function | core/ |
Queries for the nonexistence of a field. |
| ConditionInterface::orConditionGroup | function | core/ |
Creates a new group of conditions ORed together. |
| ConditionInterface::setExecutableManager | function | core/ |
Sets the executable manager class. |
| ConditionInterface::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
| ConditionInterface::where | function | core/ |
Adds an arbitrary WHERE clause to the query. |
| ConfigActionPluginInterface | interface | core/ |
@internal This API is experimental. |
| ConfigActionPluginInterface.php | file | core/ |
|
| ConfigActionPluginInterface::apply | function | core/ |
Applies the config action. |
| ConfigEntityInterface | interface | core/ |
Defines a common interface for configuration entities. |
| ConfigEntityInterface.php | file | core/ |
|
| ConfigEntityInterface::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| ConfigEntityInterface::disable | function | core/ |
Disables the configuration entity. |
| ConfigEntityInterface::enable | function | core/ |
Enables the configuration entity. |
| ConfigEntityInterface::get | function | core/ |
Returns the value of a property. |
| ConfigEntityInterface::getDependencies | function | core/ |
Gets the configuration dependencies. |
| ConfigEntityInterface::hasTrustedData | function | core/ |
Gets whether on not the data is trusted. |
| ConfigEntityInterface::isInstallable | function | core/ |
Checks whether this entity is installable. |
| ConfigEntityInterface::isUninstalling | function | core/ |
Returns whether this entity is being changed during the uninstall process. |
| 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. |
| ConfigEntityMapperInterface | interface | core/ |
Defines an interface for configuration entity mappers. |
| ConfigEntityMapperInterface.php | file | core/ |
|
| ConfigEntityMapperInterface::getEntity | function | core/ |
Gets the entity instance for this mapper. |
| ConfigEntityMapperInterface::getType | function | core/ |
Gets the entity type ID from this mapper. |
| ConfigEntityMapperInterface::setEntity | function | core/ |
Sets the entity instance for this mapper. |
| ConfigEntityMapperInterface::setType | function | core/ |
Set entity type for this mapper. |
| 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. |
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.