Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines an 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. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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. |
EntityDisplayModeBaseTestableClass | class | core/ |
A class extending EntityDisplayModeBase for testing purposes. |
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. |
EntityDisplayModeController.php | file | core/ |
|
EntityDisplayModeController::formModeTypeSelection | function | core/ |
Provides a list of eligible entity types for adding form modes. |
EntityDisplayModeController::viewModeTypeSelection | function | core/ |
Provides a list of eligible entity types for adding view modes. |
EntityDisplayModeDeleteForm | class | core/ |
Provides the delete form for entity display modes. |
EntityDisplayModeDeleteForm.php | file | core/ |
|
EntityDisplayModeDeleteForm::getDescription | function | core/ |
Returns additional text to display as a description. |
EntityDisplayModeEditForm | class | core/ |
Provides the edit form for entity display modes. |
EntityDisplayModeEditForm.php | file | core/ |
|
EntityDisplayModeFormBase | class | core/ |
Provides the generic base class for entity display mode forms. |
EntityDisplayModeFormBase.php | file | core/ |
|
EntityDisplayModeFormBase::$displayContext | property | core/ |
The display context. Either 'view' or 'form'. |
EntityDisplayModeFormBase::$entityType | property | core/ |
The entity type definition. |
EntityDisplayModeFormBase::$targetEntityTypeId | property | core/ |
The entity type for which the display mode is being created or edited. |
EntityDisplayModeFormBase::buildForm | function | core/ |
Form constructor. |
EntityDisplayModeFormBase::create | function | core/ |
Instantiates a new instance of this class. |
EntityDisplayModeFormBase::exists | function | core/ |
Determines if the display mode already exists. |
EntityDisplayModeFormBase::form | function | core/ |
Gets the actual form array to be built. |
EntityDisplayModeFormBase::getDisplayByContext | function | core/ |
Returns View or Form display based on display context. |
EntityDisplayModeFormBase::getEntityDisplay | function | core/ |
Returns an entity display object to be used by this form. |
EntityDisplayModeFormBase::getFormDisplay | function | core/ |
Load the form display for a given bundle and form mode name. |
EntityDisplayModeFormBase::getOverviewUrl | function | core/ |
Returns the Url object for a specific entity (form) display edit form. |
EntityDisplayModeFormBase::getViewDisplay | function | core/ |
Load the view display for a given bundle and view mode name. |
EntityDisplayModeFormBase::init | function | core/ |
Initialize the form state and the entity before the first form build. |
EntityDisplayModeFormBase::save | function | core/ |
Form submission handler for the 'save' action. |
EntityDisplayModeFormBase::__construct | function | core/ |
Constructs a EntityDisplayModeFormBase object. |
EntityDisplayModeInterface | interface | core/ |
Provides an interface for entity types that hold form and view mode settings. |
EntityDisplayModeInterface.php | file | core/ |
|
EntityDisplayModeInterface::getDescription | function | core/ |
Gets the display mode description. |
EntityDisplayModeInterface::getTargetType | function | core/ |
Gets the entity type this display mode is used for. |
EntityDisplayModeInterface::setTargetType | function | core/ |
Set the entity type this display mode is used for. |
EntityDisplayModeListBuilder | class | core/ |
Defines a class to build a listing of view mode entities. |
EntityDisplayModeListBuilder.php | file | core/ |
|
EntityDisplayModeListBuilder::$entityTypes | property | core/ |
All entity types. |
EntityDisplayModeListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.