Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EntityDisplayRepositoryTest class core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php @coversDefaultClass \Drupal\Core\Entity\EntityDisplayRepository[[api-linebreak]]
EntityDisplayRepositoryTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php
EntityDisplayRepositoryTest::$displayRepository property core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php The entity display repository under test.
EntityDisplayRepositoryTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php Modules to enable.
EntityDisplayRepositoryTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php
EntityDisplayRepositoryTest::testFormDisplay function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php @covers ::getFormDisplay[[api-linebreak]]
EntityDisplayRepositoryTest::testViewDisplay function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php @covers ::getViewDisplay[[api-linebreak]]
EntityDisplayTest class core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php Tests the UI for entity displays.
EntityDisplayTest class core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the entity display configuration entities.
EntityDisplayTest class core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php Tests the UI for entity displays.
EntityDisplayTest.php file core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php
EntityDisplayTest.php file core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
EntityDisplayTest.php file core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php
EntityDisplayTest::$defaultTheme property core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php The theme to install as the default for testing.
EntityDisplayTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php The theme to install as the default for testing.
EntityDisplayTest::$modules property core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php Modules to enable.
EntityDisplayTest::$modules property core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Modules to install.
EntityDisplayTest::$modules property core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php Modules to enable.
EntityDisplayTest::assertDependency function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Asserts that $key is a $type type dependency of $display config entity.
EntityDisplayTest::assertDependencyHelper function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Provides a helper for dependency assertions.
EntityDisplayTest::assertNoDependency function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Asserts that $key is not a $type type dependency of $display config entity.
EntityDisplayTest::setUp function core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php
EntityDisplayTest::setUp function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
EntityDisplayTest::setUp function core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php
EntityDisplayTest::testBaseFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of a field component for a base field.
EntityDisplayTest::testComponentDependencies function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests components dependencies additions.
EntityDisplayTest::testDeleteBundle function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests deleting a bundle.
EntityDisplayTest::testDeleteField function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests deleting field.
EntityDisplayTest::testEntityDisplayCRUD function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests basic CRUD operations on entity display objects.
EntityDisplayTest::testEntityDisplayCRUDSort function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Test sorting of components by name on basic CRUD operations
EntityDisplayTest::testEntityDisplayInvalidateCacheTags function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Ensure that entity view display changes invalidates cache tags.
EntityDisplayTest::testEntityForm function core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php Tests the use of regions for entity form displays.
EntityDisplayTest::testEntityGetDisplay function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php @covers \Drupal\Core\Entity\EntityDisplayRepository::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.
EntityDisplayTest::testExtraFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of a field component within an entity display object.
EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of an extra field component with initial invalid values.
EntityDisplayTest::testExtraFields function core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php Tests extra fields.
EntityDisplayTest::testFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of a field component within an entity display object.
EntityDisplayTest::testGetDisplayModeOptions function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Test getDisplayModeOptions().
EntityDisplayTest::testOnDependencyRemoval function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
EntityDisplayWithLayoutInterface interface core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Provides a common interface for entity displays that have layout.
EntityDisplayWithLayoutInterface.php file core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php
EntityDisplayWithLayoutInterface::ensureLayout function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Ensures this entity has a layout.
EntityDisplayWithLayoutInterface::getDefaultRegion function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Gets the default region.
EntityDisplayWithLayoutInterface::getLayout function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Gets the layout plugin for this display.
EntityDisplayWithLayoutInterface::getLayoutId function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Gets the layout plugin ID for this display.
EntityDisplayWithLayoutInterface::getLayoutSettings function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Gets the layout plugin settings for this display.
EntityDisplayWithLayoutInterface::setLayout function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Sets the layout plugin for this display.
EntityDisplayWithLayoutInterface::setLayoutId function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Sets the layout plugin ID for this display.

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