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