Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
HandlerBase.php
»
HandlerBase
»
HandlerBase::ensureMyTable
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
50 calls to HandlerBase::ensureMyTable()
Access::query
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Plugin/
views/
filter/
Access.php
See _node_access_where_sql() for a non-views query based implementation.
ArgumentPluginBase::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
ArgumentPluginBase.php
Set up the query for this argument.
ArgumentPluginBase::summary_query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
ArgumentPluginBase.php
Build the info for the summary query.
BooleanOperator::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
filter/
BooleanOperator.php
Add this filter to the query.
BooleanOperatorString::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
filter/
BooleanOperatorString.php
Add this filter to the query.
Current::query
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Plugin/
views/
filter/
Current.php
Add this filter to the query.
Date::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
sort/
Date.php
Called to add the sort to a query.
EntityReverse::query
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Plugin/
views/
relationship/
EntityReverse.php
Called to implement a relationship in a query.
Field::click_sort
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Plugin/
views/
field/
Field.php
Called to determine what to tell the clicksorter.
Field::query
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Plugin/
views/
field/
Field.php
Called to add the field to a query.
FieldPluginBase::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
field/
FieldPluginBase.php
Called to add the field to a query.
FilterPluginBase::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
filter/
FilterPluginBase.php
Add this filter to the query.
Formula::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
Formula.php
Build the query based upon the formula
Formula::summary_query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
Formula.php
Build the summary query based on a formula
GroupByNumeric::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
GroupByNumeric.php
Set up the query for this argument.
GroupByNumeric::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
sort/
GroupByNumeric.php
Called to add the field to a query.
GroupByNumeric::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
filter/
GroupByNumeric.php
Add this filter to the query.
GroupwiseMax::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
relationship/
GroupwiseMax.php
Called to implement a relationship in a query. This is mostly a copy of our parent's query() except for this bit with the join class.
HistoryUserTimestamp::query
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Plugin/
views/
filter/
HistoryUserTimestamp.php
Add this filter to the query.
IndexTidDepth::query
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Plugin/
views/
argument/
IndexTidDepth.php
Set up the query for this argument.
InOperator::op_empty
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
filter/
InOperator.php
InOperator::op_simple
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
filter/
InOperator.php
Link::query
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Plugin/
views/
field/
Link.php
Called to add the field to a query.
LinkEdit::query
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Plugin/
views/
field/
LinkEdit.php
Called to add the field to a query.
ManyToOne::ensureMyTable
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
filter/
ManyToOne.php
Override ensureMyTable so we can control how this joins in. The operator actually has influence over joining.
ManyToOne::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
ManyToOne.php
Set up the query for this argument.
MenuHierarchy::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
sort/
MenuHierarchy.php
Called to add the sort to a query.
NcsLastCommentName::query
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
views/
field/
NcsLastCommentName.php
Called to add the field to a query.
NcsLastCommentName::query
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
views/
sort/
NcsLastCommentName.php
Called to add the sort to a query.
NcsLastUpdated::query
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
views/
field/
NcsLastUpdated.php
Called to add the field to a query.
NcsLastUpdated::query
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
views/
sort/
NcsLastUpdated.php
Called to add the sort to a query.
NcsLastUpdated::query
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
views/
filter/
NcsLastUpdated.php
Add this filter to the query.
NodeNewComments::query
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
views/
field/
NodeNewComments.php
Called to add the field to a query.
NodeTermData::query
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Plugin/
views/
relationship/
NodeTermData.php
Called to implement a relationship in a query.
Numeric::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
Numeric.php
Set up the query for this argument.
Numeric::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
filter/
Numeric.php
Add this filter to the query.
Path::query
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Plugin/
views/
field/
Path.php
Called to add the field to a query.
RelationshipPluginBase::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
relationship/
RelationshipPluginBase.php
Called to implement a relationship in a query.
Search::query
in drupal/
core/
modules/
search/
lib/
Drupal/
search/
Plugin/
views/
argument/
Search.php
Add this argument to the query.
Search::query
in drupal/
core/
modules/
search/
lib/
Drupal/
search/
Plugin/
views/
filter/
Search.php
Add this filter to the query.
SortPluginBase::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
sort/
SortPluginBase.php
Called to add the sort to a query.
Status::query
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Plugin/
views/
filter/
Status.php
Add this filter to the query.
String::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
String.php
Build the query based upon the formula
String::query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
filter/
String.php
Add this filter to the query.
String::summary_query
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
String.php
Build the summary query based on a string
Thread::query
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
views/
sort/
Thread.php
Called to add the sort to a query.
UidRevision::query
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Plugin/
views/
argument/
UidRevision.php
Set up the query for this argument.
UidRevision::query
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Plugin/
views/
filter/
UidRevision.php
Add this filter to the query.
UserUid::query
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
views/
argument/
UserUid.php
Set up the query for this argument.
UserUid::query
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
views/
filter/
UserUid.php
Add this filter to the query.