SelectQueryExtender::__construct |
function |
core/includes/database/select.inc |
Creates a SelectQueryExtender object. |
SelectQueryExtender::addMetaData |
function |
core/includes/database/select.inc |
Adds additional metadata to the query. |
SelectQueryExtender::getMetaData |
function |
core/includes/database/select.inc |
Retrieves a given piece of metadata. |
SelectQueryExtender::orderRandom |
function |
core/includes/database/select.inc |
Orders the result set by a random value. |
SelectQueryExtender::$placeholder |
property |
core/includes/database/select.inc |
The placeholder counter. |
SelectQueryExtender::getArguments |
function |
core/includes/database/select.inc |
Compiles and returns an array of the arguments for this prepared statement. |
views_plugin_display_extender.inc |
file |
core/modules/views/plugins/views_plugin_display_extender.inc |
Definition of views_plugin_display_extender. |
SelectQueryExtender::havingCompile |
function |
core/includes/database/select.inc |
|
SelectQueryExtender::addExpression |
function |
core/includes/database/select.inc |
Adds an expression to the list of "fields" to be selected. |
views_plugin_display_extender::init |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
|
views_get_enabled_display_extenders |
function |
core/modules/views/includes/utility.inc |
Get enabled display extenders. |
SelectQueryExtender::getExpressions |
function |
core/includes/database/select.inc |
Returns a reference to the expressions array for this query. |
views_plugin_display_extender::query |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Inject anything into the query that the display_extender handler needs. |
SelectQueryExtender::nextPlaceholder |
function |
core/includes/database/select.inc |
Returns the next placeholder ID for the query. |
SelectQueryExtender::havingCondition |
function |
core/includes/database/select.inc |
Helper function to build most common HAVING conditional clauses. |
SelectQueryExtender::havingArguments |
function |
core/includes/database/select.inc |
|
SelectQueryExtender::uniqueIdentifier |
function |
core/includes/database/select.inc |
Returns a unique identifier for this object. |
SelectQueryExtender::havingConditions |
function |
core/includes/database/select.inc |
|
SelectQueryExtender::$uniqueIdentifier |
property |
core/includes/database/select.inc |
A unique identifier for this query object. |
views_plugin_display_extender::pre_execute |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Set up any variables on the view prior to execution. |
views_plugin_display_extender::options_form |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Provide a form to edit options for this plugin. |
DatabaseTaggingTestCase::testExtenderHasTag |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that an extended query has a "tag" added to it. |
views_plugin_display_extender::options_submit |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Handle any special handling on the validate form. |
views_plugin_display_extender::options_summary |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Provide the default summary for options in the views UI. |
DatabaseTaggingTestCase::testExtenderHasAnyTag |
function |
core/modules/simpletest/tests/database_test.test |
Test extended query tagging "has at least one of these tags" functionality. |
views_plugin_display_extender::options_validate |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Validate the options form. |
DatabaseTaggingTestCase::testExtenderHasAllTags |
function |
core/modules/simpletest/tests/database_test.test |
Test extended query tagging "has all of these tags" functionality. |
views_plugin_display_extender::defaultable_sections |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Static member function to list which sections are defaultable
and what items each section contains. |
views_plugin_display_extender::options_definition_alter |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Provide a form to edit options for this plugin. |