ViewUI::$execute_time |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
How long the view takes to execute. |
UnpublishNode::execute |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/UnpublishNode.php |
Executes the plugin. |
hook_views_pre_execute |
function |
drupal/core/modules/views/views.api.php |
Act on the view after the query is built and just before it is executed. |
MessageAction::execute |
function |
drupal/core/modules/action/lib/Drupal/action/Plugin/Action/MessageAction.php |
Executes the plugin. |
SelectExtender::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
|
DefaultDisplay::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DefaultDisplay.php |
The default execute handler fully renders the view. |
PublishComment::execute |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/PublishComment.php |
Executes the plugin. |
RemoveRoleUser::execute |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Action/RemoveRoleUser.php |
Executes the plugin. |
PathPluginBase::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::execute(). |
None::executeCountQuery |
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. |
QueryAggregate::execute |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::execute(). |
ViewExecutable::execute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Execute the view's query. |
QueryInterface::execute |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Execute the query. |
hook_views_post_execute |
function |
drupal/core/modules/views/views.api.php |
Act on the view immediately after the query has been executed. |
StatementEmpty::execute |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Executes a prepared statement |
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. |
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. |
AssignOwnerNode::execute |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/AssignOwnerNode.php |
Executes the plugin. |
EntityReference::execute |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/display/EntityReference.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::execute(). |
ViewExecutable::$executed |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether the view has been executed/query has been run. |
UnpublishComment::execute |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/UnpublishComment.php |
Executes the plugin. |
ViewTestBase::executeView |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php |
Executes a view with debugging. |
CurlMulti::executeHandles |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
Execute and select curl handles until there is activity |
ConditionManager::execute |
function |
drupal/core/lib/Drupal/Core/Condition/ConditionManager.php |
Implements Drupal\Core\Executable\ExecutableManagerInterface::execute(). |
SelectExtender::preExecute |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Generic preparation and validation for a SELECT query. |
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. |
StatementPrefetch::execute |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Executes a prepared statement. |
DisplayPluginBase::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
When used externally, this is how a view gets run and returns
data in the format required. |
CancelUser::executeMultiple |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Action/CancelUser.php |
Executes the plugin for an array of objects. |
PagerPluginBase::preExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
Perform any needed actions just prior to the query executing. |
ViewExecutable::postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Unset the current view, mostly. |
ActionBase::executeMultiple |
function |
drupal/core/lib/Drupal/Core/Action/ActionBase.php |
Executes the plugin for an array of objects. |
SelectInterface::preExecute |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Generic preparation and validation for a SELECT query. |
StatementInterface::execute |
function |
drupal/core/lib/Drupal/Core/Database/StatementInterface.php |
Executes a prepared statement |
DeleteNode::executeMultiple |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/DeleteNode.php |
Executes the plugin for an array of objects. |
ExecutableInterface::execute |
function |
drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php |
Executes the plugin. |
QueryTest::_testQueryExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php |
|
PagerPluginBase::postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
Perform any needed actions just after the query executing. |
ViewExecutable::_postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Run the postExecute() on all active handlers. |
PagerSelectExtender::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Override the execute method. |
ConditionPluginBase::execute |
function |
drupal/core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Implements \Drupal\Core\Executable\ExecutablePluginBase::execute(). |
ExceptionController::execute |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Handles an exception on a request. |
ViewUnitTestBase::executeView |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Executes a view with debugging. |
SearchQuery::executeFirstPass |
function |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Executes the first pass query. |
DisplayPluginBase::preExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Set up any variables on the view prior to execution. These are separated
from execute because they are extremely common and unlikely to be
overridden on an individual display. |
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. |
PathPluginBase::executeHookMenu |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::executeHookMenu(). |
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. |
SearchQuery::$executedFirstPass |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Indicates whether the first pass query has been executed. |
DisplayExtenderTest::preExecute |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display_extender/DisplayExtenderTest.php |
Overrides Drupal\views\Plugin\views\display\DisplayExtenderPluginBase::preExecute(). |