ViewExecutable::$element |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
A render array container to store render related information. |
ViewExecutable::usePager |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Determine if the pager actually uses a pager. |
ViewExecutable::getTitle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the view's current title. This can change depending upon how it
was built. |
ViewExecutable::setTitle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Override the view's current title. |
ViewExecutable::validate |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Makes sure the view is completely valid. |
ViewExecutable::getItems |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Gets an array of handler instances for the current display. |
Views::executableFactory |
function |
drupal/core/modules/views/lib/Drupal/views/Views.php |
Returns the view executable factory service. |
ExecutablePluginBase.php |
file |
drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Contains \Drupal\Core\Executable\ExecutablePluginBase. |
ViewExecutable::$executed |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether the view has been executed/query has been run. |
ViewExecutable::$old_view |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Used to store views that were previously running if we recurse. |
PhpExecutableFinder::find |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php |
Finds The PHP executable. |
ViewExecutable::$argument |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the argument handlers which are initialized on this view. |
ViewExecutable::$response |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the current response object. |
ViewExecutable::getOffset |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the pager offset from the pager. |
ViewExecutable::setOffset |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the offset on the pager. |
ViewExecutable::initStyle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Find and initialize the style plugin. |
ViewExecutable::initPager |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Initialize the pager |
ViewExecutable::_preQuery |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Run the preQuery() on all active handlers. |
ViewExecutable::initQuery |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Do some common building initialization. |
ViewExecutableFactory.php |
file |
drupal/core/modules/views/lib/Drupal/views/ViewExecutableFactory.php |
Contains \Drupal\views\ViewExecutableFactory. |
ViewExecutable::$rowPlugin |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The current used row plugin, if the style plugin supports row plugins. |
ViewExecutable::$row_index |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the current active row while rendering. |
ViewExecutable::setDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets the current display. |
ViewExecutable::preExecute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Run attachments and let the display do what it needs to do prior
to running. |
ViewExecutable::buildTitle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Force the view to build a title. |
ViewExecutable::setElement |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets the build array used by the view. |
ViewExecutable::removeItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Removes configuration for a handler instance on a given display. |
ViewExecutableFactory::get |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutableFactory.php |
Instantiates a ViewExecutable class. |
ExecutableManagerInterface |
interface |
drupal/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php |
An interface for managers of executable plugins. |
ViewExecutable::$build_info |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
An array of build info. |
ExecutableFinder::$suffixes |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
|
ExecutableFinder::addSuffix |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
Adds new possible suffix to check for executable. |
ViewExecutable::$total_rows |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The total number of rows returned from the query. |
ViewExecutable::$build_sort |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Indicates if the sorts have been built. |
ViewExecutable::__construct |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Constructs a new ViewExecutable object. |
ViewExecutable::ajaxEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether or not AJAX should be used. |
ViewExecutable::initDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the display for this view and initialize the display handler. |
ViewExecutable::renderPager |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Render the pager, if necessary. |
ViewExecutable::postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Unset the current view, mostly. |
ViewExecutable::setResponse |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets the used response object of the view. |
ViewExecutable::getResponse |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Gets the response object used by the view. |
ViewExecutableTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
|
PhpExecutableFinderTest.php |
file |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php |
|
ExecutableInterface::execute |
function |
drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php |
Executes the plugin. |
ViewExecutable::$ajaxEnabled |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether this view uses AJAX. |
ViewExecutable::setArguments |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the arguments that come to this view. Usually from the URL
but possibly from elsewhere. |
ViewExecutable::initHandlers |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Acquire and attach all of the handlers. |
ViewExecutable::_postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Run the postExecute() on all active handlers. |
ViewExecutable::_initHandler |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Attach all of the handlers for each type. |
ViewExecutableTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Modules to enable. |