Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. views.services.yml

views.executable

Class

Drupal\views\ViewExecutableFactory
4 string references to views.executable
ViewAjaxController::create in core/modules/views/src/Controller/ViewAjaxController.php
Instantiates a new instance of this class.
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.
ViewsMenuLink::create in core/modules/views/src/Plugin/Menu/ViewsMenuLink.php
Creates an instance of the plugin.

File

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'

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal