Search for extend

  1. Search 9.5.x for extend
  2. Search 8.9.x for extend
  3. Search 10.3.x for extend
  4. Search 11.x for extend
  5. Other projects
Title Object type File name Summary
SelectQueryExtender::join function includes/database/select.inc Default Join against another table in the database.
SelectQueryExtender::leftJoin function includes/database/select.inc Left Outer Join against another table in the database.
SelectQueryExtender::nextPlaceholder function includes/database/select.inc Implements QueryPlaceholderInterface::nextPlaceholder().
SelectQueryExtender::notExists function includes/database/select.inc Sets a condition that the specified subquery returns no values.
SelectQueryExtender::orderBy function includes/database/select.inc Orders the result set by a given field.
SelectQueryExtender::orderRandom function includes/database/select.inc Orders the result set by a random value.
SelectQueryExtender::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryExtender::range function includes/database/select.inc Restricts a query to a given range in the result set.
SelectQueryExtender::rightJoin function includes/database/select.inc Right Outer Join against another table in the database.
SelectQueryExtender::union function includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryExtender::uniqueIdentifier function includes/database/select.inc Implements QueryPlaceholderInterface::uniqueIdentifier().
SelectQueryExtender::where function includes/database/select.inc Adds an arbitrary WHERE clause to the query.
SelectQueryExtender::__call function includes/database/select.inc Magic override for undefined methods.
SelectQueryExtender::__clone function includes/database/select.inc Clone magic method.
SelectQueryExtender::__construct function includes/database/select.inc
SelectQueryExtender::__toString function includes/database/select.inc
UnicodeUnitTest::$extendedMode property modules/simpletest/tests/unicode.test Whether to run the extended version of the tests (including non latin1 characters).

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