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. 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
DuplicateTest::testDuplicateView function core/modules/views_ui/tests/src/Functional/DuplicateTest.php Checks if duplicated view exists and has correct label.
editor.overview.html.twig file core/modules/help_topics/help_topics/editor.overview.html.twig ---
label: 'Connecting text editors to text formats'
related:
- core.content_structure
- field_ui.manage_form
- filter.overview
---
{% set filter_overview_topic = render_var(help_topic_link('filter.overview')) %}
{% set…
EditorMediaDialog::getViewModeDefaultValue function core/modules/media/src/Form/EditorMediaDialog.php Gets the default value for the view mode form element.
editor_form_filter_admin_overview_alter function core/modules/editor/editor.module Implements hook_form_FORM_ID_alter().
Entity CRUD, editing, and view hooks group core/lib/Drupal/Core/Entity/entity.api.php Hooks used in various entity operations.
EntityAccessControlHandler::$viewLabelOperation property core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Allows to grant access to just the labels.
EntityCacheTagsTestBase::selectViewMode function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Selects the preferred view mode for the given entity type.
EntityDisplayFormBase::getOverviewUrl function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Returns the Url object for a specific entity (form) display edit form.
EntityDisplayModeController::viewModeTypeSelection function core/modules/field_ui/src/Controller/EntityDisplayModeController.php Provides a list of eligible entity types for adding view modes.
EntityDisplayModeTest::testEntityViewModeUI function core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php Tests the EntityViewMode user interface.
EntityDisplayRepository::getAllViewModes function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets the entity view mode info for all entity types.
EntityDisplayRepository::getViewDisplay function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Returns the entity view display associated with a bundle and view mode.
EntityDisplayRepository::getViewModeOptions function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets an array of view mode options.
EntityDisplayRepository::getViewModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Returns an array of enabled view mode options by bundle.
EntityDisplayRepository::getViewModes function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets the entity view mode info for a specific entity type.
EntityDisplayRepositoryInterface::getAllViewModes function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Gets the entity view mode info for all entity types.
EntityDisplayRepositoryInterface::getViewDisplay function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Returns the entity view display associated with a bundle and view mode.
EntityDisplayRepositoryInterface::getViewModeOptions function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Gets an array of view mode options.
EntityDisplayRepositoryInterface::getViewModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Returns an array of enabled view mode options by bundle.
EntityDisplayRepositoryInterface::getViewModes function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Gets the entity view mode info for a specific entity type.
EntityDisplayRepositoryTest::testViewDisplay function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php @covers ::getViewDisplay[[api-linebreak]]
EntityDisplayTest::testEntityView function core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php Tests the use of regions for entity view displays.
EntityDisplayTest::testEntityView function core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php Tests the use of regions for entity view displays.
EntityFieldRenderer::getView function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the top object of a view.
EntityFormDisplayEditForm::getOverviewUrl function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns the Url object for a specific entity (form) display edit form.
EntityOperations::entityView function core/modules/content_moderation/src/EntityOperations.php Act on entities being assembled before rendering.
EntityOperations::getView function core/modules/views/src/Plugin/views/field/EntityOperations.php Returns the top object of a view.
EntityReferenceEntityFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php Builds a renderable array for a field value.
EntityReferenceFormatterBase::getEntitiesToView function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php Returns the referenced entities for display.
EntityReferenceFormatterBase::prepareView function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php Loads the entities referenced in that field across all the entities being
viewed.
EntityReferenceFormatterBase::view function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php
EntityReferenceIdFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceIdFormatter.php Builds a renderable array for a field value.
EntityReferenceLabelFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php Builds a renderable array for a field value.
EntityReferenceTaxonomyTermRssFormatter::viewElements function core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php Builds a renderable array for a field value.
EntityResolverManagerTest::testSetRouteOptionsWithEntityViewRoute function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Tests setRouteOptions() with an _entity_view route.
EntityResolverManagerTest::testSetRouteOptionsWithEntityViewRouteAndManualParameters function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Tests setRouteOptions() with an _entity_view route.
EntityRouteEnhancer::enhanceEntityView function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Update defaults for an entity view.
EntityRow::getView function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the top object of a view.
EntityTest::$entityViewBuilder property core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php The mocked entity view builder.
EntityTestAccessControlHandler::$viewLabelOperation property core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php Allows to grant access to just the labels.
EntityTestReferenceCustomCacheTagFormatter::viewElements function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php Builds a renderable array for a field value.
EntityTestRevisionTest::testRevisionsViewWithNoTypeOnBaseTable function core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php Tests creating a view of revisions where the type is not on the base table.
EntityTestViewBuilder class core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php Defines an entity view builder for a test entity.
EntityTestViewBuilder class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php Test entity class for testing a view builder.
EntityTestViewBuilder.php file core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php
EntityTestViewBuilder.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php
EntityTestViewBuilder::buildComponents function core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php Builds the component fields and properties of a set of entities.
EntityTestViewBuilderOverriddenView class core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php Provides a view builder that overrides ::view() and ::viewMultiple().
EntityTestViewBuilderOverriddenView.php file core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php
EntityTestViewBuilderOverriddenView::view function core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php Builds the render array for the provided entity.

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