Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| openid_test_endpoint | function | modules/ |
Menu callback; OpenID Provider Endpoint. |
| overlay_ajax_render_region | function | modules/ |
Prints the markup obtained by rendering a single region of the page. |
| overlay_get_regions_to_render | function | modules/ |
Returns a list of page regions that rendering should be limited to. |
| overlay_get_rendered_content | function | modules/ |
Returns any rendered content that was stored earlier in the page request. |
| overlay_render_region | function | modules/ |
Renders an individual page region. |
| overlay_set_regions_to_render | function | modules/ |
Sets the regions of the page that rendering will be limited to. |
| overlay_store_rendered_content | function | modules/ |
Stores strings representing rendered HTML content. |
| PharStreamWrapper::dir_opendir | function | misc/ |
|
| QueryExtendableInterface | interface | includes/ |
Interface for extendable query objects. |
| QueryExtendableInterface::extend | function | includes/ |
Enhance this object by wrapping it in an extender object. |
| Reader::resolveFourByteLittleEndian | function | misc/ |
|
| Reader::resolveTwoByteBigEndian | function | misc/ |
|
| render | function | includes/ |
Renders an element. |
| RenderElementTypesTestCase | class | modules/ |
Tests the markup of core render element types passed to drupal_render(). |
| RenderElementTypesTestCase::assertElements | function | modules/ |
Asserts that an array of elements is rendered properly. |
| RenderElementTypesTestCase::getInfo | function | modules/ |
|
| RenderElementTypesTestCase::testContainer | function | modules/ |
Tests system #type 'container'. |
| RenderElementTypesTestCase::testHtmlTag | function | modules/ |
Tests system #type 'html_tag'. |
| search.extender.inc | file | modules/ |
Search query extender and helper functions. |
| SelectQuery::extend | function | includes/ |
Enhance this object by wrapping it in an extender object. |
| SelectQueryExtender | class | includes/ |
The base extender class for Select queries. |
| SelectQueryExtender::$connection | property | includes/ |
The connection object on which to run this query. |
| SelectQueryExtender::$placeholder | property | includes/ |
The placeholder counter. |
| SelectQueryExtender::$query | property | includes/ |
The SelectQuery object we are extending/decorating. |
| SelectQueryExtender::$uniqueIdentifier | property | includes/ |
A unique identifier for this query object. |
| SelectQueryExtender::addExpression | function | includes/ |
Adds an expression to the list of "fields" to be SELECTed. |
| SelectQueryExtender::addField | function | includes/ |
Adds a field to the list to be SELECTed. |
| SelectQueryExtender::addJoin | function | includes/ |
Join against another table in the database. |
| SelectQueryExtender::addMetaData | function | includes/ |
Adds additional metadata to the query. |
| SelectQueryExtender::addTag | function | includes/ |
Adds a tag to a query. |
| SelectQueryExtender::arguments | function | includes/ |
Gets a complete list of all values to insert into the prepared statement. |
| SelectQueryExtender::compile | function | includes/ |
Compiles the saved conditions for later retrieval. |
| SelectQueryExtender::compiled | function | includes/ |
Check whether a condition has been previously compiled. |
| SelectQueryExtender::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
| SelectQueryExtender::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
| SelectQueryExtender::countQuery | function | includes/ |
Get the equivalent COUNT query of this query as a new query object. |
| SelectQueryExtender::distinct | function | includes/ |
Sets this query to be DISTINCT. |
| SelectQueryExtender::execute | function | includes/ |
|
| SelectQueryExtender::exists | function | includes/ |
Sets a condition that the specified subquery returns values. |
| SelectQueryExtender::extend | function | includes/ |
Enhance this object by wrapping it in an extender object. |
| SelectQueryExtender::fields | function | includes/ |
Add multiple fields from the same table to be SELECTed. |
| SelectQueryExtender::forUpdate | function | includes/ |
Add FOR UPDATE to the query. |
| SelectQueryExtender::getArguments | function | includes/ |
Compiles and returns an associative array of the arguments for this prepared statement. |
| SelectQueryExtender::getExpressions | function | includes/ |
Returns a reference to the expressions array for this query. |
| SelectQueryExtender::getFields | function | includes/ |
Returns a reference to the fields array for this query. |
| SelectQueryExtender::getGroupBy | function | includes/ |
Returns a reference to the group-by array for this query. |
| SelectQueryExtender::getMetaData | function | includes/ |
Retrieves a given piece of metadata. |
| SelectQueryExtender::getOrderBy | function | includes/ |
Returns a reference to the order by array for this query. |
| SelectQueryExtender::getTables | function | includes/ |
Returns a reference to the tables array for this query. |
| SelectQueryExtender::getUnion | function | includes/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
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.