26 calls to views_fetch_data()

ApiDataTest::testViewsData in drupal/core/modules/views/lib/Drupal/views/Tests/Field/ApiDataTest.php
Unit testing the views data structure.
DefaultWizardDeriver::getDerivativeDefinitions in drupal/core/modules/views/lib/Drupal/views/Plugin/Type/DefaultWizardDeriver.php
Implements Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinitions().
DisplayPluginBase::getPlugin in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Get the instance of a plugin, for example style or row.
EntityReverse::query in drupal/core/modules/field/lib/Drupal/field/Plugin/views/relationship/EntityReverse.php
Called to implement a relationship in a query.
Field::get_base_table in drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php
Set the base_table and base_table_alias.
GroupwiseMax::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php
Extends the relationship's basic options, allowing the user to pick a sort and an order for it.
GroupwiseMax::left_query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php
Generate a subquery given the user options, as set in the options. These are passed in rather than picked up from the object because we generate the subquery when the options are saved, rather than when the view is run. This saves considerable time.
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.
HandlerAllTest::testHandlers in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerAllTest.php
Tests most of the handlers.
HandlerBase::getEntityType in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
Determines the entity type used by this handler.
HandlerBase::getTableJoin in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
Fetches a handler to join one table to a primary table from the data cache.
ModuleTest::assertInstanceHandler in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Ensure that a certain handler is a instance of a certain table/field.
RelationshipPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php
Called to implement a relationship in a query.
RowPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php
Provide a form for setting options.
Sql::execute in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Executes the query and fills the associated view object with according values.
Sql::get_entity_tables in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Returns an array of all tables from the query that map to an entity type.
ViewExecutable::initQuery in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Do some common building initialization.
ViewsDataTest::testViewsFetchData in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php
Tests the views_fetch_data function.
views_fetch_base_tables in drupal/core/modules/views/views.module
Fetch a list of all base tables available
views_fetch_fields in drupal/core/modules/views/views_ui/admin.inc
Fetch a list of all fields available for a given base type.
views_get_handler in drupal/core/modules/views/views.module
Fetch a handler from the data cache.
views_ui_config_item_form in drupal/core/modules/views/views_ui/admin.inc
Form to config_item items in the views UI.
views_ui_field_list in drupal/core/modules/views/views_ui/admin.inc
List all instances of fields on any views.
WizardPluginBase::default_display_filters_user in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Retrieves filter information based on user input for the default display.
WizardPluginBase::default_display_options in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Assembles the default display options for the view.
WizardPluginBase::default_display_sorts_user in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Retrieves sort information based on user input for the default display.