You are here

service plugin.manager.views.join in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/views.services.yml \plugin.manager.views.join

Class

Drupal\views\Plugin\ViewsHandlerManager
6 string references to plugin.manager.views.join
EntityReverse::create in core/modules/views/src/Plugin/views/relationship/EntityReverse.php
Creates an instance of the plugin.
FieldOrLanguageJoinTest::setUp in core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
JoinTest::setUp in core/modules/views/tests/src/Kernel/Plugin/JoinTest.php
LatestRevision::create in core/modules/views/src/Plugin/views/filter/LatestRevision.php
Creates an instance of the plugin.
LatestTranslationAffectedRevision::create in core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.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\Plugin\ViewsHandlerManager
  2. arguments:
  3. - join
  4. - '@container.namespaces'
  5. - '@views.views_data'
  6. - '@cache.discovery'
  7. - '@module_handler'