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
ContentModerationTest::$userViewAnyUnpublished property core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php User with the 'view media' and 'view any unpublished content' permissions.
ContentModerationTest::$userViewer property core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php User with the 'view media' permission.
ContentModerationTest::$userViewOwnUnpublished property core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php User with the 'view media' and 'view own unpublished media' permissions.
ContentModerationTestViewsHooks class core/modules/content_moderation/tests/modules/content_moderation_test_views/src/Hook/ContentModerationTestViewsHooks.php Hook implementations for content_moderation_test_views.
ContentModerationTestViewsHooks.php file core/modules/content_moderation/tests/modules/content_moderation_test_views/src/Hook/ContentModerationTestViewsHooks.php
ContentModerationTestViewsHooks::viewsDataAlter function core/modules/content_moderation/tests/modules/content_moderation_test_views/src/Hook/ContentModerationTestViewsHooks.php Implements hook_views_data_alter().
ContentModerationTestViewsHooks::viewsQueryAlter function core/modules/content_moderation/tests/modules/content_moderation_test_views/src/Hook/ContentModerationTestViewsHooks.php Implements hook_views_query_alter().
ContentModerationViewsExecutionHooks class core/modules/content_moderation/src/Hook/ContentModerationViewsExecutionHooks.php Hook implementations for content_moderation.
ContentModerationViewsExecutionHooks.php file core/modules/content_moderation/src/Hook/ContentModerationViewsExecutionHooks.php
ContentModerationViewsExecutionHooks::viewsQuerySubstitutions function core/modules/content_moderation/src/Hook/ContentModerationViewsExecutionHooks.php Implements hook_views_query_substitutions().
ContentModerationViewsHooks class core/modules/content_moderation/src/Hook/ContentModerationViewsHooks.php Hook implementations for content_moderation.
ContentModerationViewsHooks.php file core/modules/content_moderation/src/Hook/ContentModerationViewsHooks.php
ContentModerationViewsHooks::viewsData function core/modules/content_moderation/src/Hook/ContentModerationViewsHooks.php Implements hook_views_data().
ContentModerationViewsHooks::__construct function core/modules/content_moderation/src/Hook/ContentModerationViewsHooks.php
ContentPreviewToggleTest class core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Tests toggling of content preview.
ContentPreviewToggleTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
ContentPreviewToggleTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php The theme to install as the default for testing.
ContentPreviewToggleTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Modules to install.
ContentPreviewToggleTest::assertContextualLinks function core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Checks if contextual links are working properly.
ContentPreviewToggleTest::assertOrderInPage function core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Asserts that blocks in a given order in the page.
ContentPreviewToggleTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
ContentPreviewToggleTest::testContentPreviewToggle function core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Tests the content preview toggle.
ContentTranslationController::overview function core/modules/content_translation/src/Controller/ContentTranslationController.php Builds the translations overview page.
ContentTranslationHooks::languageFallbackCandidatesEntityViewAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_language_fallback_candidates_OPERATION_alter().
ContentTranslationHooks::viewsDataAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_views_data_alter().
ContentTranslationOperationsTest::testContentTranslationOverviewAccess function core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php Tests the access to the overview page for translations.
ContentTranslationOverviewAccess class core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php Access check for entity translation overview.
ContentTranslationOverviewAccess.php file core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php
ContentTranslationOverviewAccess::$entityTypeManager property core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php The entity type manager service.
ContentTranslationOverviewAccess::access function core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php Checks access to the translation overview for the entity and bundle.
ContentTranslationOverviewAccess::__construct function core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php Constructs a ContentTranslationOverviewAccess object.
ContentTranslationRevisionTranslationDeletionTest::doTestOverview function core/modules/content_translation/tests/src/Functional/ContentTranslationRevisionTranslationDeletionTest.php Performs a test run.
ContentTranslationRevisionTranslationDeletionTest::testOverview function core/modules/content_translation/tests/src/Functional/ContentTranslationRevisionTranslationDeletionTest.php Tests that translation overview handles pending revisions correctly.
ContentTranslationUITestBase::doTestTranslationOverview function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Tests that the translation overview shows the correct values.
ContentTranslationViewsUITest class core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php Tests the views UI when content_translation is enabled.
ContentTranslationViewsUITest.php file core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php
ContentTranslationViewsUITest::$defaultTheme property core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php The theme to install as the default for testing.
ContentTranslationViewsUITest::$modules property core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php Modules to install.
ContentTranslationViewsUITest::$testViews property core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php Views used by this test.
ContentTranslationViewsUITest::testViewsUI function core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php Tests the views UI.
content_moderation.views.schema.yml file core/modules/content_moderation/config/schema/content_moderation.views.schema.yml core/modules/content_moderation/config/schema/content_moderation.views.schema.yml
content_moderation_test_views.info.yml file core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml
content_translation.overview.html.twig file core/modules/content_translation/help_topics/content_translation.overview.html.twig ---
label: 'Configuring content language settings and translation'
related:
- core.translations
- language.add
---
{% set translation_settings_link_text %}{% trans %}Content language and translation{% endtrans %}{% endset %}
{% set…
content_translation.overview_access service core/modules/content_translation/content_translation.services.yml Drupal\content_translation\Access\ContentTranslationOverviewAccess
content_translation.views.schema.yml file core/modules/content_translation/config/schema/content_translation.views.schema.yml core/modules/content_translation/config/schema/content_translation.views.schema.yml
content_translation_test_views.info.yml file core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml
contextual.overview.html.twig file core/modules/contextual/help_topics/contextual.overview.html.twig ---
label: 'Using contextual links'
related:
- core.ui_components
- block.overview
---
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Use contextual links to access administrative tasks without navigating the…
contextual.views.schema.yml file core/modules/contextual/config/schema/contextual.views.schema.yml core/modules/contextual/config/schema/contextual.views.schema.yml
ContextualFiltersBlockContextTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ContextualFiltersBlockContextTest.php Views used by this test.
ContextualFiltersStringTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ContextualFiltersStringTest.php Views used by this test.

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