Same name and namespace in other branches
  1. 8.9.x core/modules/views/views.services.yml \views.executable
  2. 9 core/modules/views/views.services.yml \views.executable

Class

Drupal\views\ViewExecutableFactory
8 string references to views.executable
ViewAjaxController::create in core/modules/views/src/Controller/ViewAjaxController.php
Instantiates a new instance of this class.
ViewExecutableTest::setUp in core/modules/views/tests/src/Unit/ViewExecutableTest.php
ViewExecutableTest::testFactoryService in core/modules/views/tests/src/Kernel/ViewExecutableTest.php
Tests the views.executable container service.
Views::executableFactory in core/modules/views/src/Views.php
Returns the view executable factory service.
ViewsBlockBase::create in core/modules/views/src/Plugin/Block/ViewsBlockBase.php
Creates an instance of the plugin.

... See full list

File

core/modules/views/views.services.yml
core/modules/views/views.services.yml

View source
  1. class: Drupal\views\ViewExecutableFactory
  2. arguments:
  3. - '@current_user'
  4. - '@request_stack'
  5. - '@views.views_data'
  6. - '@router.route_provider'
  7. - '@plugin.manager.views.display'