ViewExecutable |
class |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
An object to contain all of the data to generate a view, plus the member
functions to build the view query, execute the query and render the output. |
FILE_EXECUTABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is executable. |
ExecutableFinder |
class |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
Generic executable finder. |
views.executable |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\ViewExecutableFactory |
View::$executable |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Stores a reference to the executable version of this view. |
ViewExecutableTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the ViewExecutable class. |
ViewExecutable.php |
file |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Definition of Drupal\views\ViewExecutable. |
PhpExecutableFinder |
class |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php |
An executable finder specifically designed for the PHP executable. |
FILE_NOT_EXECUTABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is not executable. |
ViewUI::$executable |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
The View executable object. |
ExecutableException |
class |
drupal/core/lib/Drupal/Core/Executable/ExecutableException.php |
Generic executable plugin exception class. |
ExecutableInterface |
interface |
drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php |
An interface for executable plugins. |
ViewExecutable::save |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
@todo. |
ExecutableFinder.php |
file |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
|
ExecutablePluginBase |
class |
drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Provides the basic architecture for executable plugins. |
ViewExecutable::$args |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Any arguments that have been passed into the view. |
ViewExecutable::$sort |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the sort handlers which are initialized on this view. |
ViewExecutable::build |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Build the query for the view. |
ViewExecutableFactory |
class |
drupal/core/modules/views/lib/Drupal/views/ViewExecutableFactory.php |
Defines the cache backend factory. |
ViewExecutable::$built |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether or not the view has been built. |
ExecutableFinder::find |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
Finds an executable by name. |
ViewExecutable::$query |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Where the $query object will reside. |
ViewExecutable::$pager |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The used pager plugin used by the current executed view. |
ViewExecutable::$field |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the field handlers which are initialized on this view. |
ViewExecutable::$empty |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the area handlers for the empty text which are initialized on this view. |
ViewExecutable::_build |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Internal method to build an individual set of handlers. |
ViewExecutable::render |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Render this view for a certain display. |
ViewExecutable::access |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Determine if the given user has access to the view. Note that
this sets the display handler if it hasn't been. |
ViewExecutable::getUrl |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the URL for the current view. |
ViewExecutableTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Contains \Drupal\views\Tests\ViewExecutableTest. |
ViewExecutable::$result |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Where the results of a query will go. |
ViewExecutable::$offset |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The pager offset. |
ViewExecutable::$filter |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the filter handlers which are initialized on this view. |
ViewExecutable::$header |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the area handlers for the header which are initialized on this view. |
ViewExecutable::$footer |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the area handlers for the footer which are initialized on this view. |
ViewExecutable::$inited |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Does this view already have loaded it's handlers. |
ViewExecutable::$dom_id |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
A unique identifier which allows to update multiple views output via js. |
PhpExecutableFinder.php |
file |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php |
|
ViewExecutable::execute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Execute the view's query. |
ViewExecutable::preview |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Preview the given display, with the given arguments. |
ViewExecutable::getPath |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the base path used for this view. |
ViewExecutable::destroy |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Unset references so that a $view object may be properly garbage
collected. |
ViewExecutable::addItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Adds an instance of a handler to the view. |
ViewExecutable::getItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Gets the configuration of a handler instance on a given display. |
ViewExecutable::setItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets the configuration of a handler instance on a given display. |
PhpExecutableFinderTest |
class |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php |
@author Robert Schönthal <seroscho@googlemail.com> |
ExecutableException.php |
file |
drupal/core/lib/Drupal/Core/Executable/ExecutableException.php |
Definition of \Drupal\Core\Executable\ExecutableException. |
ExecutableInterface.php |
file |
drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php |
Contains \Drupal\Core\Executable\ExecutableInterface. |
ViewExecutable::$storage |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The config entity in which the view is stored. |
ViewExecutable::$preview |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
If this view has been previewed. |