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
ImageFieldTestBase::previewNodeImage function core/modules/image/tests/src/Functional/ImageFieldTestBase.php Preview an image in a node.
ImageFormatter::viewElements function core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php Builds a renderable array for a field value.
ImageFormatterBase::getEntitiesToView function core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php Returns the referenced entities for display.
ImageUrlFormatter::viewElements function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Builds a renderable array for a field value.
ImageViewsDataTest class core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php Tests image views data.
ImageViewsDataTest.php file core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php
ImageViewsDataTest::$modules property core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php Modules to install.
ImageViewsDataTest::setUp function core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php
ImageViewsDataTest::testRelationshipViewsData function core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php Tests views data generated for image field relationship.
ImageViewsHooks class core/modules/image/src/Hook/ImageViewsHooks.php Hook implementations for image.
ImageViewsHooks.php file core/modules/image/src/Hook/ImageViewsHooks.php
ImageViewsHooks::fieldViewsData function core/modules/image/src/Hook/ImageViewsHooks.php Implements hook_field_views_data().
ImageViewsHooks::fieldViewsDataViewsDataAlter function core/modules/image/src/Hook/ImageViewsHooks.php Implements hook_field_views_data_views_data_alter().
ImageViewsHooks::__construct function core/modules/image/src/Hook/ImageViewsHooks.php
image_test_views.info.yml file core/modules/image/tests/modules/image_test_views/image_test_views.info.yml core/modules/image/tests/modules/image_test_views/image_test_views.info.yml
JoinTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/JoinTest.php Views used by this test.
JsonApiFunctionalTestBase::$userCanViewProfiles property core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php Test user with access to view profiles.
JSWebAssert::assertNotVisibleInViewport function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Tests that a node, or its specific corner, is not visible in the viewport.
JSWebAssert::assertVisibleInViewport function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Tests that a node, or its specific corner, is visible in the viewport.
JSWebAssert::checkNodeVisibilityInViewport function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Check the visibility of a node, or its specific corner.
LanguageFormatter::viewValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php Generate the output appropriate for one field item.
LanguageLocalTasksTest::getLanguageAdminOverviewRoutes function core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php Provides a list of routes to test.
LanguageTestBase::viewsData function core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php Returns the views data definition.
LatestRevisionFilterTest::$testViews property core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php Views to be enabled.
LatestTranslationAffectedRevisionTest::$testViews property core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php Views to be enabled.
layout-views-grid.css file core/themes/olivero/css/layout/layout-views-grid.css Responsive styles for views grid horizontal layout.
layout-views-grid.pcss.css file core/themes/olivero/css/layout/layout-views-grid.pcss.css Responsive styles for views grid horizontal layout.
LayoutBuilderBlocksTest::testDeletedView function core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php Tests that deleting a View block used in Layout Builder works.
LayoutBuilderBlocksTest::testPreviewAwarePlugins function core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php Tests preview-aware layout & block plugins.
LayoutBuilderEntityViewDisplay class core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Provides an entity view display entity that has a layout.
LayoutBuilderEntityViewDisplay.php file core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
LayoutBuilderEntityViewDisplay::$entityFieldManager property core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php The entity field manager.
LayoutBuilderEntityViewDisplay::addSectionField function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Adds a layout section field to a given bundle.
LayoutBuilderEntityViewDisplay::buildMultiple function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Builds a renderable array for the components of a set of entities.
LayoutBuilderEntityViewDisplay::buildSections function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Builds the render array for the sections of a given entity.
LayoutBuilderEntityViewDisplay::calculateDependencies function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Calculates dependencies and stores them in the dependency property.
LayoutBuilderEntityViewDisplay::contextRepository function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Wraps the context repository service.
LayoutBuilderEntityViewDisplay::createCopy function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Creates a duplicate of the entity display object on a different view mode.
LayoutBuilderEntityViewDisplay::disableLayoutBuilder function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php #[ActionMethod(adminLabel: new TranslatableMarkup('Disable Layout Builder'), pluralize: FALSE)]
LayoutBuilderEntityViewDisplay::enableLayoutBuilder function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php #[ActionMethod(adminLabel: new TranslatableMarkup('Enable Layout Builder'), pluralize: FALSE)]
LayoutBuilderEntityViewDisplay::getComponent function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the display options set for a component.
LayoutBuilderEntityViewDisplay::getContextsForEntity function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the available contexts for a given entity.
LayoutBuilderEntityViewDisplay::getDefaultRegion function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the default region.
LayoutBuilderEntityViewDisplay::getDefaultSection function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets a default section.
LayoutBuilderEntityViewDisplay::getSectionComponentForFieldName function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the component for a given field name if any.
LayoutBuilderEntityViewDisplay::getSections function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the layout sections.
LayoutBuilderEntityViewDisplay::isCustomMode function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Indicates if this display is using the '_custom' view mode.
LayoutBuilderEntityViewDisplay::isLayoutBuilderEnabled function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Determines if Layout Builder is enabled.
LayoutBuilderEntityViewDisplay::isOverridable function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Determines if the display allows custom overrides.
LayoutBuilderEntityViewDisplay::label function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php @todo Move this upstream in https://www.drupal.org/node/2939931.

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