Search for view

  1. Search 7.x for view
  2. Search 9.5.x for view
  3. Search 10.3.x for view
  4. Search 11.x for view
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
View class core/modules/views/src/Element/View.php Provides a render element to display a view.
View class core/modules/views/src/Entity/View.php Defines a View configuration entity class.
View class core/modules/views/src/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.

All search results

Title Object type File name Summary
EntityViewsDataTest::testRevisionTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the revision table.
EntityViewsDataTest::testRevisionTableWithoutDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table without data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::userEntityInfo function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Returns entity info for the user entity.
EntityViewsDataUpdateFilledTest class core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php Runs EntityViewsDataUpdateTest with a dump filled with content.
EntityViewsDataUpdateFilledTest.php file core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php
EntityViewsDataUpdateFilledTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php Set database dump files to be used.
EntityViewsDataUpdateTest class core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php Tests the upgrade path for views field plugins.
EntityViewsDataUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php
EntityViewsDataUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php Set database dump files to be used.
EntityViewsDataUpdateTest::testUpdateHookN function core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php Tests that field plugins are updated properly.
EntityViewsMultiValueBaseFieldDataUpdateTest class core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php Tests the upgrade path for views multi-value base field data.
EntityViewsMultiValueBaseFieldDataUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php
EntityViewsMultiValueBaseFieldDataUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php Set database dump files to be used.
EntityViewsMultiValueBaseFieldDataUpdateTest::testUpdateMultiValueBaseFields function core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php Tests multi-value base field views data is updated correctly.
EntityViewsWithMultivalueBasefieldTest class core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Tests entity views with multivalue base fields.
EntityViewsWithMultivalueBasefieldTest.php file core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
EntityViewsWithMultivalueBasefieldTest::$modules property core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Modules to enable.
EntityViewsWithMultivalueBasefieldTest::$testViews property core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Views to be enabled.
EntityViewsWithMultivalueBasefieldTest::setUp function core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
EntityViewsWithMultivalueBasefieldTest::testView function core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Tests entity views with multivalue base fields.
EntityViewTrait trait core/tests/Drupal/Tests/EntityViewTrait.php Provides helper methods to deal with building entity views in tests.
EntityViewTrait.php file core/tests/Drupal/Tests/EntityViewTrait.php
EntityViewTrait::buildEntityView function core/tests/Drupal/Tests/EntityViewTrait.php Builds the renderable view of an entity.
entity_reference_test_views.info.yml file core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml
entity_test.views.inc file core/modules/system/tests/modules/entity_test/entity_test.views.inc Include file for test module.
entity_test_entity_prepare_view function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_prepare_view().
entity_test_entity_view_mode_info_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_view_mode_info_alter().
entity_test_update_view_presave function core/modules/system/tests/modules/entity_test_update/entity_test_update.module Implements hook_ENTITY_TYPE_presave() for the 'view' entity type.
entity_test_views_data_alter function core/modules/system/tests/modules/entity_test/entity_test.views.inc Implements hook_views_data_alter().
entity_view function core/includes/entity.inc Returns the render array for an entity.
entity_view_multiple function core/includes/entity.inc Returns the render array for the provided entities.
es-views.view.content.yml file core/modules/system/tests/fixtures/update/es-views.view.content.yml core/modules/system/tests/fixtures/update/es-views.view.content.yml
ExcludedFieldTokenTest::$testViews property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php The views that are used by this test.
ExcludedFieldTokenTest::$view property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
ExposedFilterBlocksUpdateTest::testViewsPostUpdateExposedFilterBlocks function core/modules/views/tests/src/Functional/Update/ExposedFilterBlocksUpdateTest.php Tests that exposed filter blocks label display are disabled.
ExposedFilterBlocksUpdateTest::testViewsPostUpdateExposedFilterBlocksWithoutBlock function core/modules/views/tests/src/Functional/Update/ExposedFilterBlocksUpdateTest.php Tests that the update succeeds even if Block is not installed.
ExposedFormCheckboxesTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
ExposedFormRenderTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Views to be enabled.
ExposedFormTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Views used by this test.
ExposedFormUITest::$testViews property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Views used by this test.
ExtensionViewsFieldTest class core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php Tests the core Drupal\file\Plugin\views\field\Extension handler.
ExtensionViewsFieldTest.php file core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php
ExtensionViewsFieldTest::$modules property core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php Modules to enable.
ExtensionViewsFieldTest::$testViews property core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php Views used by this test.
ExtensionViewsFieldTest::setUp function core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php
ExtensionViewsFieldTest::testFileExtensionTarOption function core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php Tests file extension views field handler extension_detect_tar option.
ExtraFieldBlock::getPreviewFallbackString function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
FakeViewModeContext class core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/ContextProvider/FakeViewModeContext.php Provides a global context for view_mode for testing purposes.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.