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
SectionStorageInterface::isApplicable function core/modules/layout_builder/src/SectionStorageInterface.php Determines if this section storage is applicable for the current contexts.
SectionStorageInterface::label function core/modules/layout_builder/src/SectionStorageInterface.php Gets the label for the object using the sections.
SectionStorageInterface::save function core/modules/layout_builder/src/SectionStorageInterface.php Saves the sections.
SectionStorageLocalTaskProviderInterface interface core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php Allows section storage plugins to provide local tasks.
SectionStorageLocalTaskProviderInterface.php file core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php
SectionStorageLocalTaskProviderInterface::buildLocalTasks function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php Provides the local tasks dynamically for Layout Builder plugins.
SectionStorageManagerInterface interface core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Provides the interface for a plugin manager of section storage types.
SectionStorageManagerInterface.php file core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php
SectionStorageManagerInterface::findByContext function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Finds the section storage to load based on available contexts.
SectionStorageManagerInterface::load function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage with the provided contexts applied.
SectionStorageManagerInterface::loadEmpty function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage with no associated section list.
SelectInterface interface core/lib/Drupal/Core/Database/Query/SelectInterface.php Interface definition for a Select Query object.
SelectInterface.php file core/lib/Drupal/Core/Database/Query/SelectInterface.php
SelectInterface::addExpression function core/lib/Drupal/Core/Database/Query/SelectInterface.php Adds an expression to the list of "fields" to be SELECTed.
SelectInterface::addField function core/lib/Drupal/Core/Database/Query/SelectInterface.php Adds a field to the list to be SELECTed.
SelectInterface::addJoin function core/lib/Drupal/Core/Database/Query/SelectInterface.php Join against another table in the database.
SelectInterface::countQuery function core/lib/Drupal/Core/Database/Query/SelectInterface.php Get the equivalent COUNT query of this query as a new query object.
SelectInterface::distinct function core/lib/Drupal/Core/Database/Query/SelectInterface.php Sets this query to be DISTINCT.
SelectInterface::escapeField function core/lib/Drupal/Core/Database/Query/SelectInterface.php Escapes a field name string.
SelectInterface::escapeLike function core/lib/Drupal/Core/Database/Query/SelectInterface.php Escapes characters that work as wildcard characters in a LIKE pattern.
SelectInterface::execute function core/lib/Drupal/Core/Database/Query/SelectInterface.php Runs the query against the database.
SelectInterface::fields function core/lib/Drupal/Core/Database/Query/SelectInterface.php Add multiple fields from the same table to be SELECTed.
SelectInterface::forUpdate function core/lib/Drupal/Core/Database/Query/SelectInterface.php Add FOR UPDATE to the query.
SelectInterface::getArguments function core/lib/Drupal/Core/Database/Query/SelectInterface.php Compiles and returns an associative array of the arguments for this prepared statement.
SelectInterface::getExpressions function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a reference to the expressions array for this query.
SelectInterface::getFields function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a reference to the fields array for this query.
SelectInterface::getGroupBy function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a reference to the group-by array for this query.
SelectInterface::getOrderBy function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a reference to the order by array for this query.
SelectInterface::getTables function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a reference to the tables array for this query.
SelectInterface::getUnion function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a reference to the union queries for this query.
SelectInterface::groupBy function core/lib/Drupal/Core/Database/Query/SelectInterface.php Groups the result set by the specified field.
SelectInterface::having function core/lib/Drupal/Core/Database/Query/SelectInterface.php Adds an arbitrary HAVING clause to the query.
SelectInterface::havingArguments function core/lib/Drupal/Core/Database/Query/SelectInterface.php Gets a list of all values to insert into the HAVING clause.
SelectInterface::havingCompile function core/lib/Drupal/Core/Database/Query/SelectInterface.php Compiles the HAVING clause for later retrieval.
SelectInterface::havingCondition function core/lib/Drupal/Core/Database/Query/SelectInterface.php Helper function to build most common HAVING conditional clauses.
SelectInterface::havingConditions function core/lib/Drupal/Core/Database/Query/SelectInterface.php Gets a list of all conditions in the HAVING clause.
SelectInterface::havingExists function core/lib/Drupal/Core/Database/Query/SelectInterface.php Sets a HAVING condition that the specified subquery returns values.
SelectInterface::havingIsNotNull function core/lib/Drupal/Core/Database/Query/SelectInterface.php Sets a condition in the HAVING clause that the specified field be NOT NULL.
SelectInterface::havingIsNull function core/lib/Drupal/Core/Database/Query/SelectInterface.php Sets a condition in the HAVING clause that the specified field be NULL.
SelectInterface::havingNotExists function core/lib/Drupal/Core/Database/Query/SelectInterface.php Sets a HAVING condition that the specified subquery returns no values.
SelectInterface::innerJoin function core/lib/Drupal/Core/Database/Query/SelectInterface.php Inner Join against another table in the database.
SelectInterface::isPrepared function core/lib/Drupal/Core/Database/Query/SelectInterface.php Indicates if preExecute() has already been called on that object.
SelectInterface::join function core/lib/Drupal/Core/Database/Query/SelectInterface.php Default Join against another table in the database.
SelectInterface::leftJoin function core/lib/Drupal/Core/Database/Query/SelectInterface.php Left Outer Join against another table in the database.
SelectInterface::orderBy function core/lib/Drupal/Core/Database/Query/SelectInterface.php Orders the result set by a given field.
SelectInterface::orderRandom function core/lib/Drupal/Core/Database/Query/SelectInterface.php Orders the result set by a random value.
SelectInterface::preExecute function core/lib/Drupal/Core/Database/Query/SelectInterface.php Generic preparation and validation for a SELECT query.
SelectInterface::range function core/lib/Drupal/Core/Database/Query/SelectInterface.php Restricts a query to a given range in the result set.
SelectInterface::union function core/lib/Drupal/Core/Database/Query/SelectInterface.php Add another Select query to UNION to this one.
SelectInterface::__clone function core/lib/Drupal/Core/Database/Query/SelectInterface.php Clone magic method.

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