ViewExecutable::getBreadcrumb |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the breadcrumb used for this view. |
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. |
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 |
|
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. |
ViewExecutable::$attachment_after |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Rendered attachements to place after the view. |
ViewExecutable::startQueryCapture |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set up query capturing. |
ViewExecutable::viewsHandlerTypes |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Provide a list of views handler types used in a view, with some information
about them. |
ViewExecutableTest::testProperties |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the accessing of values on the object. |
ViewExecutable::$attachment_before |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Rendered attachments to place before the view. |
ViewExecutable::$exposed_raw_input |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Exposed widget input directly from the $form_state['values']. |
ViewExecutableTest::testInitMethods |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the initDisplay() and initHandlers() methods. |
ViewExecutable::$many_to_one_tables |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the many-to-one tables for performance. |
ViewExecutableTest::testConstructing |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the generation of the executable object. |
ViewExecutable::executeHookBlockList |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Called to get hook_block information from the view and the
named display handler. |
ViewExecutableTest::$configProperties |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Properties that should be stored in the configuration. |
ViewExecutableTest::assertViewDestroy |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
|
PhpExecutableFinder::$executableFinder |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php |
|
views.view.test_executable_displays.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_executable_displays.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_executable_displays.yml |
ViewExecutableTest::$executableProperties |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Properties that should be stored in the executable. |
ViewExecutableTest::testViewsHandlerTypes |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests ViewExecutable::viewsHandlerTypes(). |