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
LayoutBuilderEntityViewDisplayJsonCookieTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonCookieTest.php The theme to install as the default for testing.
LayoutBuilderEntityViewDisplayJsonCookieTest::$format property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonCookieTest.php The format to use in this test.
LayoutBuilderEntityViewDisplayJsonCookieTest::$mimeType property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonCookieTest.php The MIME type that corresponds to $format.
LayoutBuilderEntityViewDisplayResourceTestBase class core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php Provides a base class for testing LayoutBuilderEntityViewDisplay resources.
LayoutBuilderEntityViewDisplayResourceTestBase.php file core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php
LayoutBuilderEntityViewDisplayResourceTestBase::$modules property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php Modules to install.
LayoutBuilderEntityViewDisplayResourceTestBase::createEntity function core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php Creates the entity to be tested.
LayoutBuilderEntityViewDisplayResourceTestBase::getExpectedNormalizedEntity function core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php Returns the expected normalization of the entity.
LayoutBuilderEntityViewDisplayStorage class core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php Provides storage for entity view display entities that have layouts.
LayoutBuilderEntityViewDisplayStorage.php file core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php
LayoutBuilderEntityViewDisplayStorage::mapFromStorageRecords function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php Maps from storage records to entity objects.
LayoutBuilderEntityViewDisplayStorage::mapToStorageRecord function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php Maps from an entity object to the storage record.
LayoutBuilderEntityViewDisplayTest class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Tests Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay.
LayoutBuilderEntityViewDisplayTest class core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php JSON:API integration test for the "EntityViewDisplay" config entity type.
LayoutBuilderEntityViewDisplayTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php
LayoutBuilderEntityViewDisplayTest.php file core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php
LayoutBuilderEntityViewDisplayTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php The theme to install as the default for testing.
LayoutBuilderEntityViewDisplayTest::$modules property core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php Modules to install.
LayoutBuilderEntityViewDisplayTest::createEntity function core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php Creates the entity to be tested.
LayoutBuilderEntityViewDisplayTest::getExpectedDocument function core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php Returns the expected JSON:API document for the entity.
LayoutBuilderEntityViewDisplayTest::getSectionList function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Sets up the section list.
LayoutBuilderEntityViewDisplayTest::providerTestIsLayoutBuilderEnabled function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Provides test data for ::testIsLayoutBuilderEnabled().
LayoutBuilderEntityViewDisplayTest::testBuildOnlyWhenSupported function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Tests that buildMultiple doesn't build sections if storage isn't supported.
LayoutBuilderEntityViewDisplayTest::testFieldsMovedToHiddenOnEnable function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Tests that enabling Layout Builder moves fields to hidden.
LayoutBuilderEntityViewDisplayTest::testInvalidConfiguration function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Tests that configuration schema enforces valid values.
LayoutBuilderEntityViewDisplayTest::testIsLayoutBuilderEnabled function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Tests is layout builder enabled.
LayoutBuilderEntityViewDisplayTest::testSetOverridable function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Tests that setting overridable enables Layout Builder only when TRUE.
LayoutBuilderEntityViewDisplayValidationTest class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php Tests validation of Layout Builder's entity_view_display entities.
LayoutBuilderEntityViewDisplayValidationTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php
LayoutBuilderEntityViewDisplayValidationTest::$modules property core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php Modules to install.
LayoutBuilderEntityViewDisplayValidationTest::setUp function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php
LayoutBuilderEntityViewDisplayValidationTest::testImmutableProperties function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php Tests that immutable properties cannot be changed.
LayoutBuilderEntityViewDisplayValidationTest::testLabelValidation function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php Tests validation of config entity's label.
LayoutBuilderEntityViewDisplayXmlAnonTest class core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php Tests Layout Builder Entity View Display Xml Anon.
LayoutBuilderEntityViewDisplayXmlAnonTest.php file core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php
LayoutBuilderEntityViewDisplayXmlAnonTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php The theme to install as the default for testing.
LayoutBuilderEntityViewDisplayXmlAnonTest::$format property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php The format to use in this test.
LayoutBuilderEntityViewDisplayXmlAnonTest::$mimeType property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php The MIME type that corresponds to $format.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest class core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php Tests Layout Builder Entity View Display Xml Basic Auth.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php file core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php
LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$auth property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php The authentication mechanism to use in this test.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php The theme to install as the default for testing.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$format property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php The format to use in this test.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$mimeType property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php The MIME type that corresponds to $format.
LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$modules property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php Modules to install.
LayoutBuilderEntityViewDisplayXmlCookieTest class core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php Tests Layout Builder Entity View Display Xml Cookie.
LayoutBuilderEntityViewDisplayXmlCookieTest.php file core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php
LayoutBuilderEntityViewDisplayXmlCookieTest::$auth property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php The authentication mechanism to use in this test.
LayoutBuilderEntityViewDisplayXmlCookieTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php The theme to install as the default for testing.
LayoutBuilderEntityViewDisplayXmlCookieTest::$format property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php The format to use in this test.

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