Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 10.3.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines a argument validator plugin for each entity type. |
Entity | class | core/ |
Provides an area handler which renders an entity in a certain view mode. |
Entity | class | core/ |
Provides a generic destination to import entities. |
Entity | class | core/ |
|
Entity | class | core/ |
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/ |
Defines a base entity class. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityDisplayFormBaseTest | class | core/ |
@coversDefaultClass \Drupal\field_ui\Form\EntityDisplayFormBase |
EntityDisplayFormBaseTest.php | file | core/ |
|
EntityDisplayFormBaseTest::$modules | property | core/ |
Modules to enable. |
EntityDisplayFormBaseTest::testCopyFormValuesToEntity | function | core/ |
@covers ::copyFormValuesToEntity |
EntityDisplayInterface | interface | core/ |
Provides a common interface for entity displays. |
EntityDisplayInterface.php | file | core/ |
|
EntityDisplayInterface::createCopy | function | core/ |
Creates a duplicate of the entity display object on a different view mode. |
EntityDisplayInterface::getComponent | function | core/ |
Gets the display options set for a component. |
EntityDisplayInterface::getComponents | function | core/ |
Gets the display options for all components. |
EntityDisplayInterface::getHighestWeight | function | core/ |
Gets the highest weight of the components in the display. |
EntityDisplayInterface::getMode | function | core/ |
Gets the view or form mode to be displayed. |
EntityDisplayInterface::getOriginalMode | function | core/ |
Gets the original view or form mode that was requested. |
EntityDisplayInterface::getRenderer | function | core/ |
Gets the renderer plugin for a field (e.g. widget, formatter). |
EntityDisplayInterface::getTargetBundle | function | core/ |
Gets the bundle to be displayed. |
EntityDisplayInterface::getTargetEntityTypeId | function | core/ |
Gets the entity type for which this display is used. |
EntityDisplayInterface::removeComponent | function | core/ |
Sets a component to be hidden. |
EntityDisplayInterface::setComponent | function | core/ |
Sets the display options for a component. |
EntityDisplayInterface::setTargetBundle | function | core/ |
Sets the bundle to be displayed. |
EntityDisplayModeAddForm | class | core/ |
Provides the add form for entity display modes. |
EntityDisplayModeAddForm.php | file | core/ |
|
EntityDisplayModeAddForm::$targetEntityTypeId | property | core/ |
The entity type for which the display mode is being created. |
EntityDisplayModeAddForm::buildForm | function | core/ |
Form constructor. |
EntityDisplayModeAddForm::prepareEntity | function | core/ |
Prepares the entity object before the form is built first. |
EntityDisplayModeAddForm::validateForm | function | core/ |
Form validation handler. |
EntityDisplayModeBase | class | core/ |
Base class for config entity types with settings for form and view modes. |
EntityDisplayModeBase.php | file | core/ |
|
EntityDisplayModeBase::$cache | property | core/ |
Whether or not the rendered output of this view mode is cached by default. |
EntityDisplayModeBase::$id | property | core/ |
The ID of the form or view mode. |
EntityDisplayModeBase::$label | property | core/ |
The human-readable name of the form or view mode. |
EntityDisplayModeBase::$status | property | core/ |
Whether or not this form or view mode has custom settings by default. |
EntityDisplayModeBase::$targetEntityType | property | core/ |
The entity type this form or view mode is used for. |
EntityDisplayModeBase::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
EntityDisplayModeBase::getTargetType | function | core/ |
Gets the entity type this display mode is used for. |
EntityDisplayModeBase::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
EntityDisplayModeBase::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
EntityDisplayModeBase::setTargetType | function | core/ |
Set the entity type this display mode is used for. |
EntityDisplayModeBase::sort | function | core/ |
Helper callback for uasort() to sort configuration entities by weight and label. |
EntityDisplayModeBase::urlRouteParameters | function | core/ |
Gets an array of placeholders for this entity. |
EntityDisplayModeBaseUnitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityDisplayModeBase @group Config |
EntityDisplayModeBaseUnitTest.php | file | core/ |
|
EntityDisplayModeBaseUnitTest::$entity | property | core/ |
The entity under test. |
EntityDisplayModeBaseUnitTest::$entityInfo | property | core/ |
The entity type used for testing. |
EntityDisplayModeBaseUnitTest::$entityType | property | core/ |
The ID of the type of the entity under test. |
EntityDisplayModeBaseUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
EntityDisplayModeBaseUnitTest::$uuid | property | core/ |
The UUID generator used for testing. |
EntityDisplayModeBaseUnitTest::setUp | function | core/ |
|
EntityDisplayModeBaseUnitTest::testCalculateDependencies | function | core/ |
@covers ::calculateDependencies |
EntityDisplayModeBaseUnitTest::testGetTargetType | function | core/ |
@covers ::getTargetType |
EntityDisplayModeBaseUnitTest::testSetTargetType | function | core/ |
@covers ::setTargetType |
EntityDisplayModeController | class | core/ |
Provides methods for entity display mode routes. |
Pagination
- Previous page
- Page 60
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.