You are here

service views.views_data in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/views.services.yml \views.views_data
  2. 9 core/modules/views/views.services.yml \views.views_data

Class

Drupal\views\ViewsData
21 string references to views.views_data
AreaEntityTest::testEntityAreaData in core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php
Tests views data for entity area handlers.
CommentBulkFormTest::testConstructor in core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php
Tests the constructor assignment of actions.
ContactFieldsTest::testViewsData in core/modules/contact/tests/src/Kernel/Views/ContactFieldsTest.php
Tests the views data generation.
DefaultViewRecentCommentsTest::setUp in core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php
FieldApiDataTest::getViewsData in core/modules/views/tests/src/Kernel/FieldApiDataTest.php
Gets the views data for the field created in setUp().

... See full list

File

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

View source
  1. class: Drupal\views\ViewsData
  2. arguments:
  3. - '@cache.default'
  4. - '@config.factory'
  5. - '@module_handler'
  6. - '@language_manager'