Search for View

  1. Search 7.x for View
  2. Search 8.9.x for View
  3. Search 10.3.x for View
  4. Search 11.x for View
  5. Search main for View
  6. 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
ViewsStyle::$base property core/modules/views/src/Annotation/ViewsStyle.php The base tables on which this style plugin can be used.
ViewsStyle::$display_types property core/modules/views/src/Annotation/ViewsStyle.php The types of the display this plugin can be used with.
ViewsStyle::$help property core/modules/views/src/Annotation/ViewsStyle.php A short help string; this is displayed in the views UI.
ViewsStyle::$id property core/modules/views/src/Annotation/ViewsStyle.php The plugin ID.
ViewsStyle::$no_ui property core/modules/views/src/Annotation/ViewsStyle.php Whether the plugin should be not selectable in the UI.
ViewsStyle::$short_title property core/modules/views/src/Annotation/ViewsStyle.php (optional) The short title used in the views UI.
ViewsStyle::$theme property core/modules/views/src/Annotation/ViewsStyle.php The theme function used to render the style output.
ViewsStyle::$title property core/modules/views/src/Annotation/ViewsStyle.php The plugin title used in the views UI.
ViewsTemplateTest class core/modules/views/tests/src/Kernel/ViewsTemplateTest.php Tests the template retrieval of views.
ViewsTemplateTest.php file core/modules/views/tests/src/Kernel/ViewsTemplateTest.php
ViewsTemplateTest::$testViews property core/modules/views/tests/src/Kernel/ViewsTemplateTest.php
ViewsTemplateTest::register function core/modules/views/tests/src/Kernel/ViewsTemplateTest.php
ViewsTemplateTest::testTemplate function core/modules/views/tests/src/Kernel/ViewsTemplateTest.php Tests render functionality.
ViewsTemplateTest::testThemeSuggestionsContainerAlter function core/modules/views/tests/src/Kernel/ViewsTemplateTest.php @covers views_theme_suggestions_container_alter().[[api-linebreak]]
ViewsTest class core/modules/views/tests/src/Unit/ViewsTest.php @coversDefaultClass \Drupal\views\Views[[api-linebreak]]
@group views
ViewsTest.php file core/modules/views/tests/src/Unit/ViewsTest.php
ViewsTest::$container property core/modules/views/tests/src/Unit/ViewsTest.php The test container.
ViewsTest::providerTestGetApplicableViews function core/modules/views/tests/src/Unit/ViewsTest.php Data provider for testGetApplicableViews.
ViewsTest::setUp function core/modules/views/tests/src/Unit/ViewsTest.php
ViewsTest::testGetApplicableViews function core/modules/views/tests/src/Unit/ViewsTest.php @covers ::getApplicableViews[[api-linebreak]]
ViewsTest::testGetNonExistentView function core/modules/views/tests/src/Unit/ViewsTest.php Tests the getView() method against a non-existent view.
ViewsTest::testGetView function core/modules/views/tests/src/Unit/ViewsTest.php Tests the getView() method.
ViewsTestCacheContext class core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php Test cache context which uses a dynamic context coming from state.
ViewsTestCacheContext.php file core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php
ViewsTestCacheContext::getCacheableMetadata function core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php
ViewsTestCacheContext::getContext function core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php
ViewsTestCacheContext::getLabel function core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php
ViewsTestCacheContextFilter class core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php Plugin annotation
@ViewsFilter("views_test_test_cache_context");
ViewsTestCacheContextFilter.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php
ViewsTestCacheContextFilter::getCacheContexts function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php
ViewsTestCacheContextFilter::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php
ViewsTestDataController class core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php Controller class for views_test_data callbacks.
ViewsTestDataController.php file core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php
ViewsTestDataController::errorFormPage function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php Renders an error form page.
ViewsTestDataController::placeholderLazyBuilder function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php #lazy_builder callback; for testing purposes only.
ViewsTestDataController::preRender function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php Tests pre_render function.
ViewsTestDataController::trustedCallbacks function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php
ViewsTestDataElementEmbedForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Simple form page callback to test the view element.
ViewsTestDataElementEmbedForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php
ViewsTestDataElementEmbedForm::buildForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php
ViewsTestDataElementEmbedForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php
ViewsTestDataElementEmbedForm::submitForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php
ViewsTestDataElementForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Simple form page callback to test the view element.
ViewsTestDataElementForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php
ViewsTestDataElementForm::buildForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php
ViewsTestDataElementForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php
ViewsTestDataElementForm::submitForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php
ViewsTestDataErrorForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Implements a test form that has a validation error.
ViewsTestDataErrorForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php
ViewsTestDataErrorForm::buildForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php

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