ViewUnitTestBase::executeView |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Executes a view with debugging. |
SearchQuery::executeFirstPass |
function |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Executes the first pass query. |
AlterTest::testExecutionOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/AlterTest.php |
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter(). |
ViewExecutable::$current_page |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The current page. If the view uses pagination. |
ViewExecutable::$exposed_data |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
All the form data from $form_state['values']. |
ViewExecutable::$parent_views |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
To avoid recursion in views embedded into areas. |
ViewExecutable::$style_plugin |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The current used style plugin. |
ViewExecutable::$override_url |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Allow to override the url of the current view. |
ViewExecutable::$relationship |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the relationship handlers which are initialized on this view. |
ViewExecutable::chooseDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the first display that is accessible to the user. |
ViewExecutable::getBaseTables |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Create a list of base tables eligible for this view. Used primarily
for the UI. Display must be already initialized. |
ViewExecutable::getBreadcrumb |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the breadcrumb used for this view. |
DisplayPluginBase::preExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Set up any variables on the view prior to execution. These are separated
from execute because they are extremely common and unlikely to be
overridden on an individual display. |
ExecutableFinder::__construct |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
|
ExecutableFinder::setSuffixes |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
|
ViewExecutableTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Views used by this test. |
ViewExecutable::$exposed_input |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
An array of input values from exposed forms. |
ViewExecutable::$is_attachment |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether this view is an attachment to another view. |
ViewExecutable::$override_path |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Allow to override the path used for generated urls. |
ViewExecutable::$base_database |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Allow to override the used database which is used for this query. |
ViewExecutable::$style_options |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The options used by the style plugin of this running view. |
ViewExecutable::displayObjects |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Returns a list of the sub-object types used by this view. These types are
stored on the display, and are used in the build process. |
ViewExecutable::setCurrentPage |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Change/Set the current page for the pager. |
ViewExecutable::getCurrentPage |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the current page from the pager. |
ViewExecutable::executeDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Execute the given display, with the given arguments.
To be called externally by whatever mechanism invokes the view,
such as a page callback, hook_block, etc. |
ViewExecutable::attachDisplays |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Run attachment displays for the view. |
ViewExecutable::getPluginTypes |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Returns the valid types of plugins that can be used. |
ViewExecutable::generateItemId |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Generates a unique ID for an handler instance. |
PathPluginBase::executeHookMenu |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php |
Add this display's path information to Drupal's menu system. |
SearchQuery::$executedFirstPass |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Indicates whether the first pass query has been executed. |
ViewExecutableTest::testDestroy |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the deconstructor to be sure that every kind of heavy objects are removed. |
ViewExecutable::$items_per_page |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The number of items per page. |
ViewExecutable::$get_total_rows |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Force the query to calculate the total number of results. |
ViewExecutable::getItemsPerPage |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the items per page from the pager. |
ViewExecutable::setItemsPerPage |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the items per page on the pager. |
ViewExecutable::setExposedInput |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the exposed filters input to an array. If unset they will be taken
from $_GET when the time comes. |
ViewExecutable::getExposedInput |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Figure out what the exposed input for this view is. |
ViewExecutable::_buildArguments |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Build all the arguments. |
ViewExecutable::executeHookMenu |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Called to get hook_menu() information from the view and the named display handler. |
ViewExecutable::endQueryCapture |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Add the list of queries run during render to buildinfo. |
ViewExecutable::createDuplicate |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Overrides Drupal\entity\Entity::createDuplicate(). |
PhpExecutableFinder::__construct |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php |
|
ViewExecutableTest::testDisplays |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the display related methods and properties. |
ViewExecutableTest::testValidate |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
|
search_extra_type_search_execute |
function |
drupal/core/modules/search/tests/modules/search_extra_type/search_extra_type.module |
Implements hook_search_execute(). |
DisplayExtenderTest::pre_execute |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display_extender/DisplayExtenderTest.php |
Overrides Drupal\views\Plugin\views\display\DisplayExtenderPluginBase::pre_execute(). |
ViewExecutable::$current_display |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Identifier of the current display. |
ViewExecutable::$display_handler |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The current used display plugin. |
ViewExecutable::$displayHandlers |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The list of used displays of the view. |
ViewExecutable::$exposed_widgets |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The rendered output of the exposed form. |