Search for entityView

  1. Search 7.x for entityView
  2. Search 9.5.x for entityView
  3. Search 10.3.x for entityView
  4. Search 11.x for entityView
  5. Other projects
Title Object type File name Summary
EntityViewsMultiValueBaseFieldDataUpdateTest class core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php Tests the upgrade path for views multi-value base field data.
EntityViewsMultiValueBaseFieldDataUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php
EntityViewsMultiValueBaseFieldDataUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php Set database dump files to be used.
EntityViewsMultiValueBaseFieldDataUpdateTest::testUpdateMultiValueBaseFields function core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php Tests multi-value base field views data is updated correctly.
EntityViewsWithMultivalueBasefieldTest class core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Tests entity views with multivalue base fields.
EntityViewsWithMultivalueBasefieldTest.php file core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
EntityViewsWithMultivalueBasefieldTest::$modules property core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Modules to enable.
EntityViewsWithMultivalueBasefieldTest::$testViews property core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Views to be enabled.
EntityViewsWithMultivalueBasefieldTest::setUp function core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
EntityViewsWithMultivalueBasefieldTest::testView function core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Tests entity views with multivalue base fields.
EntityViewTrait trait core/tests/Drupal/Tests/EntityViewTrait.php Provides helper methods to deal with building entity views in tests.
EntityViewTrait.php file core/tests/Drupal/Tests/EntityViewTrait.php
EntityViewTrait::buildEntityView function core/tests/Drupal/Tests/EntityViewTrait.php Builds the renderable view of an entity.
FieldLayoutEntityViewDisplay class core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php Provides an entity view display entity that has a layout.
FieldLayoutEntityViewDisplay.php file core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php
FieldLayoutEntityViewDisplayEditForm class core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php Edit form for the EntityViewDisplay entity type.
FieldLayoutEntityViewDisplayEditForm.php file core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php
FieldLayoutEntityViewDisplayEditForm::create function core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php Instantiates a new instance of this class.
FieldLayoutEntityViewDisplayEditForm::__construct function core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php FieldLayoutEntityViewDisplayEditForm constructor.
FieldLayoutTest::testEntityView function core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php Tests the use of field layout for entity view displays.
FieldLayoutTest::testEntityViewModes function core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php Tests that layouts are unique per view mode.
FieldStorageAddForm::configureEntityViewDisplay function core/modules/field_ui/src/Form/FieldStorageAddForm.php Configures the field for the default view mode.
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 Disables the Layout Builder.
LayoutBuilderEntityViewDisplay::enableLayoutBuilder function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Enables the Layout Builder.
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::getQuickEditSectionComponent function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Returns the Quick Edit formatter settings.
LayoutBuilderEntityViewDisplay::getRuntimeSections function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the runtime sections for a given entity.
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.
LayoutBuilderEntityViewDisplay::onDependencyRemoval function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Informs the entity that entities it depends on will be deleted.
LayoutBuilderEntityViewDisplay::preSave function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Acts on an entity before the presave hook is invoked.
LayoutBuilderEntityViewDisplay::removeSectionField function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Removes a layout section field if it is no longer needed.
LayoutBuilderEntityViewDisplay::sectionStorageManager function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the section storage manager.
LayoutBuilderEntityViewDisplay::setComponent function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Sets the display options for a component.

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