Search for execute

  1. Search 7.x for execute
  2. Search 9.5.x for execute
  3. Search 8.9.x for execute
  4. Search 10.3.x for execute
  5. Other projects
Title Object type File name Summary
ViewExecutable::$executed property core/modules/views/src/ViewExecutable.php Whether the view has been executed/query has been run.
ViewExecutable::execute function core/modules/views/src/ViewExecutable.php Executes the view's query.
ViewExecutable::executeDisplay function core/modules/views/src/ViewExecutable.php Executes the given display, with the given arguments.
ViewExecutable::postExecute function core/modules/views/src/ViewExecutable.php Unsets the current view, mostly.
ViewExecutable::preExecute function core/modules/views/src/ViewExecutable.php Runs attachments and lets the display do what it needs to before running.
ViewExecutable::_postExecute function core/modules/views/src/ViewExecutable.php Runs the postExecute() on all active handlers.
ViewExecutableTest::providerExecuteReturn function core/modules/views/tests/src/Unit/ViewExecutableTest.php Provider for testExecuteReturn().
ViewExecutableTest::testExecuteReturn function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests the return values for the execute() method.
ViewsHandlerInterface::postExecute function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Run after the view is executed, before the result is cached.
ViewsKernelTestBase::executeView function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Executes a view.
ViewsModerationStateFilterTest::executeAndAssertIdenticalResultset function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Execute a view and assert the expected results.
ViewsTestDataViewsExecutionHooks::viewsPostExecute function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_post_execute().
ViewsTestDataViewsExecutionHooks::viewsPreExecute function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_pre_execute().
views_test_data_views_post_execute function core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc Implements hook_views_post_execute().
views_test_data_views_pre_execute function core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc Implements hook_views_pre_execute().
ViewTestBase::executeView function core/modules/views/tests/src/Functional/ViewTestBase.php Executes a view.
WebDriverCurlService::execute function core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php
WorkspaceIntegrationTest::testExecuteInWorkspaceContext function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php @covers \Drupal\workspaces\WorkspaceManager::executeInWorkspace
WorkspaceManager::executeInWorkspace function core/modules/workspaces/src/WorkspaceManager.php
WorkspaceManager::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManager.php
WorkspaceManagerInterface::executeInWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Executes the given callback function in the context of a workspace.
WorkspaceManagerInterface::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Executes the given callback function without any workspace context.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.