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
CommentTypeInterface::setDescription function core/modules/comment/src/CommentTypeInterface.php Sets the description of the comment type.
ComplexDataDefinitionInterface interface core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Interface for complex data definitions.
ComplexDataDefinitionInterface.php file core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php
ComplexDataDefinitionInterface::getMainPropertyName function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Returns the name of the main property, if any.
ComplexDataDefinitionInterface::getPropertyDefinition function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Gets the definition of a contained property.
ComplexDataDefinitionInterface::getPropertyDefinitions function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Gets an array of property definitions of contained properties.
ComplexDataInterface interface core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Interface for complex data; i.e. data containing named and typed properties.
ComplexDataInterface.php file core/lib/Drupal/Core/TypedData/ComplexDataInterface.php
ComplexDataInterface::get function core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Gets a property object.
ComplexDataInterface::getDataDefinition function core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Gets the data definition.
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.
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/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 interface core/lib/Drupal/Core/Database/Query/ConditionInterface.php Interface for a conditional clause in a query.
ConditionInterface.php file core/lib/Drupal/Core/Database/Query/ConditionInterface.php
ConditionInterface.php file core/lib/Drupal/Core/Condition/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/Entity/Query/ConditionInterface.php Queries for the existence of a field.
ConditionInterface::exists function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that the specified subquery returns values.
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.

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