Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
ComplexDataInterface::getProperties function core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Gets an array of property objects.
ComplexDataInterface::isEmpty function core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Determines whether the data structure is empty.
ComplexDataInterface::set function core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Sets a property value.
ComplexDataInterface::toArray function core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Returns an array of all property values.
ComplexDataNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php The interface or class that this Normalizer supports.
ConditionAggregateInterface interface core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Defines aggregated entity query conditions.
ConditionAggregateInterface.php file core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php
ConditionAggregateInterface::compile function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Compiles this conditional clause.
ConditionAggregateInterface::condition function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Adds a condition.
ConditionAggregateInterface::conditions function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Gets a complete list of all conditions in this conditional clause.
ConditionAggregateInterface::exists function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Queries for the existence of a field.
ConditionAggregateInterface::getConjunction function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Gets the current conjunction.
ConditionAggregateInterface::notExists function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Queries for the nonexistence of a field.
ConditionInterface interface core/lib/Drupal/Core/Database/Query/ConditionInterface.php Interface for a conditional clause in a query.
ConditionInterface interface core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Defines the entity query condition interface.
ConditionInterface interface core/lib/Drupal/Core/Condition/ConditionInterface.php An interface for condition plugins.
ConditionInterface.php file core/lib/Drupal/Core/Condition/ConditionInterface.php
ConditionInterface.php file core/lib/Drupal/Core/Database/Query/ConditionInterface.php
ConditionInterface.php file core/lib/Drupal/Core/Entity/Query/ConditionInterface.php
ConditionInterface::alwaysFalse function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that is always false.
ConditionInterface::andConditionGroup function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Creates a new group of conditions ANDed together.
ConditionInterface::arguments function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Gets a complete list of all values to insert into the prepared statement.
ConditionInterface::compile function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Compiles the saved conditions for later retrieval.
ConditionInterface::compile function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Compiles this conditional clause.
ConditionInterface::compiled function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Check whether a condition has been previously compiled.
ConditionInterface::condition function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Helper function: builds the most common conditional clauses.
ConditionInterface::condition function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Adds a condition.
ConditionInterface::conditionGroupFactory function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Creates an object holding a group of conditions.
ConditionInterface::conditions function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Gets the, possibly nested, list of conditions in this conditional clause.
ConditionInterface::conditions function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Gets a complete list of all conditions in this conditional clause.
ConditionInterface::count function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Implements \Countable::count().
ConditionInterface::evaluate function core/lib/Drupal/Core/Condition/ConditionInterface.php Evaluates the condition and returns TRUE or FALSE accordingly.
ConditionInterface::exists function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that the specified subquery returns values.
ConditionInterface::exists function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Queries for the existence of a field.
ConditionInterface::getConjunction function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Gets the current conjunction.
ConditionInterface::isNegated function core/lib/Drupal/Core/Condition/ConditionInterface.php Determines whether condition result will be negated.
ConditionInterface::isNotNull function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that the specified field be NOT NULL.
ConditionInterface::isNull function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that the specified field be NULL.
ConditionInterface::notExists function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that the specified subquery returns no values.
ConditionInterface::notExists function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Queries for the nonexistence of a field.
ConditionInterface::orConditionGroup function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Creates a new group of conditions ORed together.
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.
ConfigEntityDenormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php The interface or class that this Normalizer supports.
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.

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