Search for view

  1. Search 7.x for view
  2. Search 9.5.x for view
  3. Search 8.9.x for view
  4. Search 10.3.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
template_preprocess_views_ui_display_tab_bucket function core/modules/views_ui/views_ui.theme.inc Prepares variables for Views UI display tab bucket templates.
template_preprocess_views_ui_display_tab_setting function core/modules/views_ui/views_ui.theme.inc Prepares variables for Views UI display tab setting templates.
template_preprocess_views_ui_rearrange_filter_form function core/modules/views_ui/views_ui.theme.inc Prepares variables for Views UI rearrange filter form templates.
template_preprocess_views_ui_style_plugin_table function core/modules/views_ui/views_ui.theme.inc Prepares variables for style plugin table templates.
template_preprocess_views_ui_views_listing_table function core/modules/views_ui/views_ui.theme.inc Prepares variables for Views UI view listing templates.
template_preprocess_views_ui_view_preview_section function core/modules/views_ui/views_ui.theme.inc Prepares variables for views UI view preview section templates.
template_preprocess_views_view function core/modules/views/views.theme.inc Prepares variables for view templates.
template_preprocess_views_view_field function core/modules/views/views.theme.inc Prepares variables for views field templates.
template_preprocess_views_view_fields function core/modules/views/views.theme.inc Prepares variables for views fields templates.
template_preprocess_views_view_grid function core/modules/views/views.theme.inc Prepares variables for views grid style templates.
template_preprocess_views_view_grid_responsive function core/modules/views/views.theme.inc Prepares variables for views grid - responsive style templates.
template_preprocess_views_view_grouping function core/modules/views/views.theme.inc Prepares variables for views single grouping templates.
template_preprocess_views_view_list function core/modules/views/views.theme.inc Prepares variables for Views HTML list templates.
template_preprocess_views_view_mapping_test function core/modules/views/tests/modules/views_test_data/views_test_data.module Prepares variables for the mapping row style test templates.
template_preprocess_views_view_opml function core/modules/views/views.theme.inc Prepares variables for OPML feed templates.
template_preprocess_views_view_row_opml function core/modules/views/views.theme.inc Prepares variables for views OPML item templates.
template_preprocess_views_view_row_rss function core/modules/views/views.theme.inc Prepares variables for views RSS item templates.
template_preprocess_views_view_rss function core/modules/views/views.theme.inc Prepares variables for RSS feed templates.
template_preprocess_views_view_summary function core/modules/views/views.theme.inc Prepares variables for views summary templates.
template_preprocess_views_view_summary_unformatted function core/modules/views/views.theme.inc Prepares variables for unformatted summary view templates.
template_preprocess_views_view_table function core/modules/views/views.theme.inc Prepares variables for views table templates.
template_preprocess_views_view_unformatted function core/modules/views/views.theme.inc Prepares variables for views unformatted rows templates.
TermDisplayConfigurableTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php Views used by this test.
TermForm::overview function core/modules/taxonomy/src/TermForm.php Form submission handler for the 'overview' action.
TermKernelTest::testTermPreview function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests that a Term is renderable when unsaved (preview).
TermLanguageTest::testTermTranslatedOnOverviewPage function core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php Tests that translated terms are displayed correctly on the term overview.
TermNameFieldTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TermNameFieldTest.php
TermTranslationFieldViewTest class core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Tests the translation of taxonomy terms field on nodes.
TermTranslationFieldViewTest.php file core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
TermTranslationFieldViewTest::$baseTagName property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The tag in the source language.
TermTranslationFieldViewTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The theme to install as the default for testing.
TermTranslationFieldViewTest::$modules property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Modules to install.
TermTranslationFieldViewTest::$term property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The term that should be translated.
TermTranslationFieldViewTest::$translatedTagName property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The translated value for the tag.
TermTranslationFieldViewTest::setUp function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
TermTranslationFieldViewTest::setUpNode function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Creates a test subject node, with translation.
TermTranslationFieldViewTest::setUpTerm function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Creates a test subject term, with translation.
TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Tests if the translated taxonomy term is displayed.
TermTranslationViewsTest class core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Tests for views translation.
TermTranslationViewsTest.php file core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php
TermTranslationViewsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php The theme to install as the default for testing.
TermTranslationViewsTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Modules to install.
TermTranslationViewsTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Created terms.
TermTranslationViewsTest::$termTranslationMap property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Term to translated term mapping.
TermTranslationViewsTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Views used by this test.
TermTranslationViewsTest::$translationLanguage property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Language object.
TermTranslationViewsTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Sets up the test.
TermTranslationViewsTest::setUpTerms function core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Setup translated terms in a hierarchy.
TermTranslationViewsTest::testTermsTranslationWithContextualFilter function core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Ensure that proper translation is returned when contextual filter.
TermViewsData class core/modules/taxonomy/src/TermViewsData.php Provides the views data for the taxonomy entity type.

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