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. |
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. |
ViewUI::$executable |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
The View executable object. |
FILE_NOT_EXECUTABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is not executable. |
ExecutableFinder.php |
file |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
|
ViewExecutable::save |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
@todo. |
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. |
ExecutableFinder::find |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
Finds an executable by name. |
ViewExecutableTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Definition of Drupal\views\Tests\ViewExecutableTest. |
ViewExecutable::$built |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether or not the view has been built. |
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. |
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> |
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. |
PhpExecutableFinder.php |
file |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php |
|
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. |
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::$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. |
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 |
Make 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. |
PhpExecutableFinder::find |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php |
Finds The PHP executable. |