Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.x for entity
  4. Search 11.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines a argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
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
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.
EntityDuplicateTest class core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php Test entity duplication.
EntityDuplicateTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php
EntityDuplicateTest::$entityTestRevStorage property core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php
EntityDuplicateTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php
EntityDuplicateTest::testDuplicateNonDefaultRevision function core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php Test duplicating a non-default revision.
EntityExists class core/modules/migrate/src/Plugin/migrate/process/EntityExists.php This plugin checks if a given entity exists.
EntityExists.php file core/modules/migrate/src/Plugin/migrate/process/EntityExists.php
EntityExists::$storage property core/modules/migrate/src/Plugin/migrate/process/EntityExists.php The entity storage.
EntityExists::create function core/modules/migrate/src/Plugin/migrate/process/EntityExists.php Creates an instance of the plugin.
EntityExists::transform function core/modules/migrate/src/Plugin/migrate/process/EntityExists.php Performs the associated process.
EntityExists::__construct function core/modules/migrate/src/Plugin/migrate/process/EntityExists.php EntityExists constructor.
EntityExistsTest class core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php Tests the EntityExists process plugin.
EntityExistsTest.php file core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php
EntityExistsTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php Modules to enable.
EntityExistsTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php
EntityExistsTest::testEntityExists function core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php Test the EntityExists plugin.

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