Search for interface

  1. Search 9.5.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
SelectQueryInterface interface includes/database/select.inc Interface definition for a Select Query object.
SelectQueryInterface::addExpression function includes/database/select.inc Adds an expression to the list of "fields" to be SELECTed.
SelectQueryInterface::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQueryInterface::addJoin function includes/database/select.inc Join against another table in the database.
SelectQueryInterface::countQuery function includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQueryInterface::distinct function includes/database/select.inc Sets this query to be DISTINCT.
SelectQueryInterface::fields function includes/database/select.inc Add multiple fields from the same table to be SELECTed.
SelectQueryInterface::forUpdate function includes/database/select.inc Add FOR UPDATE to the query.
SelectQueryInterface::getArguments function includes/database/select.inc Compiles and returns an associative array of the arguments for this prepared statement.
SelectQueryInterface::getExpressions function includes/database/select.inc Returns a reference to the expressions array for this query.
SelectQueryInterface::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
SelectQueryInterface::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.
SelectQueryInterface::getOrderBy function includes/database/select.inc Returns a reference to the order by array for this query.
SelectQueryInterface::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SelectQueryInterface::getUnion function includes/database/select.inc Returns a reference to the union queries for this query. This include
queries for UNION, UNION ALL, and UNION DISTINCT.
SelectQueryInterface::groupBy function includes/database/select.inc Groups the result set by the specified field.
SelectQueryInterface::havingCondition function includes/database/select.inc Helper function to build most common HAVING conditional clauses.
SelectQueryInterface::innerJoin function includes/database/select.inc Inner Join against another table in the database.
SelectQueryInterface::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryInterface::join function includes/database/select.inc Default Join against another table in the database.
SelectQueryInterface::leftJoin function includes/database/select.inc Left Outer Join against another table in the database.
SelectQueryInterface::orderBy function includes/database/select.inc Orders the result set by a given field.
SelectQueryInterface::orderRandom function includes/database/select.inc Orders the result set by a random value.
SelectQueryInterface::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryInterface::range function includes/database/select.inc Restricts a query to a given range in the result set.
SelectQueryInterface::rightJoin function includes/database/select.inc Right Outer Join against another table in the database.
SelectQueryInterface::union function includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryInterface::__clone function includes/database/select.inc Clone magic method.
StreamWrapperInterface interface includes/stream_wrappers.inc Generic PHP stream wrapper interface.
StreamWrapperInterface::dir_closedir function includes/stream_wrappers.inc
StreamWrapperInterface::dir_opendir function includes/stream_wrappers.inc
StreamWrapperInterface::dir_readdir function includes/stream_wrappers.inc
StreamWrapperInterface::dir_rewinddir function includes/stream_wrappers.inc
StreamWrapperInterface::mkdir function includes/stream_wrappers.inc
StreamWrapperInterface::rename function includes/stream_wrappers.inc
StreamWrapperInterface::rmdir function includes/stream_wrappers.inc
StreamWrapperInterface::stream_close function includes/stream_wrappers.inc
StreamWrapperInterface::stream_eof function includes/stream_wrappers.inc
StreamWrapperInterface::stream_flush function includes/stream_wrappers.inc
StreamWrapperInterface::stream_lock function includes/stream_wrappers.inc
StreamWrapperInterface::stream_open function includes/stream_wrappers.inc
StreamWrapperInterface::stream_read function includes/stream_wrappers.inc
StreamWrapperInterface::stream_seek function includes/stream_wrappers.inc
StreamWrapperInterface::stream_stat function includes/stream_wrappers.inc
StreamWrapperInterface::stream_tell function includes/stream_wrappers.inc
StreamWrapperInterface::stream_write function includes/stream_wrappers.inc
StreamWrapperInterface::unlink function includes/stream_wrappers.inc
StreamWrapperInterface::url_stat function includes/stream_wrappers.inc
TaxonomyTermTestCase::testTermInterface function modules/taxonomy/taxonomy.test Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermMultipleParentsInterface function modules/taxonomy/taxonomy.test Test saving a term with multiple parents through the UI.

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