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. |
DefaultDisplay::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DefaultDisplay.php |
The default execute handler fully renders the view. |
StatementEmpty::execute |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Executes a prepared statement |
PathPluginBase::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::execute(). |
PhpExecutableFinderTest |
class |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php |
@author Robert Schönthal <seroscho@googlemail.com> |
hook_views_post_execute |
function |
drupal/core/modules/views/views.api.php |
Act on the view immediately after the query has been executed. |
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 |
|
QueryInterface::execute |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Execute the query. |
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. |
SelectExtender::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
|
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. |
HandlerBase::postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Run after the view is executed, before the result is cached. |
ViewExecutable::$storage |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The config entity in which the view is stored. |
QueryPluginBase::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Executes the query and fills the associated view object with according
values. |
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. |
PdoProfilerStorage::exec |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
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. |
None::execute_count_query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php |
Execute the count query, which will be done just prior to the query
itself being executed. |
ViewExecutable::$executed |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether the view has been executed/query has been run. |
ViewExecutable::$use_ajax |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether this view uses AJAX. |
ViewExecutable::$old_view |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Used to store views that were previously running if we recurse. |
ViewExecutable::$argument |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the argument handlers which are initialized on this view. |
CurlMulti::executeHandles |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
Execute and select curl handles until there is activity |
ViewExecutable::$response |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the current response object. |