You are here

service views.executable in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/views.services.yml \views.executable
  2. 10 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.
ViewListBuilderTest::testBuildRowEntityList in core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php
Tests the listing of displays on a views list builder.
Views::executableFactory in core/modules/views/src/Views.php
Returns the view executable factory service.

... 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'