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 |
---|---|---|---|
EntityDeriverTest::derivativesProvider | function | core/ |
Provides test data for ::testDerivatives(). |
EntityDeriverTest::setUp | function | core/ |
|
EntityDeriverTest::testDerivatives | function | core/ |
Tests that types are derived for entity types with and without bundles. |
EntityDescriptionInterface | interface | core/ |
Defines the interface for entities that have a description. |
EntityDescriptionInterface.php | file | core/ |
|
EntityDescriptionInterface::getDescription | function | core/ |
Gets the entity description. |
EntityDescriptionInterface::setDescription | function | core/ |
Sets the entity description. |
EntityDisplayBase | class | core/ |
Provides a common base class for entity view and form displays. |
EntityDisplayBase.php | file | core/ |
|
EntityDisplayBase::$bundle | property | core/ |
Bundle to be displayed. |
EntityDisplayBase::$content | property | core/ |
List of component display options, keyed by component name. |
EntityDisplayBase::$displayContext | property | core/ |
Context in which this entity will be used (e.g. 'view', 'form'). |
EntityDisplayBase::$fieldDefinitions | property | core/ |
A list of field definitions eligible for configuration in this display. |
EntityDisplayBase::$hidden | property | core/ |
List of components that are set to be hidden. |
EntityDisplayBase::$id | property | core/ |
Unique ID for the config entity. |
EntityDisplayBase::$mode | property | core/ |
View or form mode to be displayed. |
EntityDisplayBase::$originalMode | property | core/ |
The original view or form mode that was requested (case of view/form modes being configured to fall back to the 'default' display). |
EntityDisplayBase::$pluginManager | property | core/ |
The plugin manager used by this entity type. |
EntityDisplayBase::$plugins | property | core/ |
The plugin objects used for this display, keyed by field name. |
EntityDisplayBase::$renderer | property | core/ |
The renderer. |
EntityDisplayBase::$status | property | core/ |
Whether this display is enabled or not. If the entity (form) display is disabled, we'll fall back to the 'default' display. |
EntityDisplayBase::$targetEntityType | property | core/ |
Entity type to be displayed. |
EntityDisplayBase::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
EntityDisplayBase::createCopy | function | core/ |
Creates a duplicate of the entity display object on a different view mode. |
EntityDisplayBase::CUSTOM_MODE | constant | core/ |
The 'mode' for runtime EntityDisplay objects used to render entities with arbitrary display options rather than a configured view mode or form mode. |
EntityDisplayBase::fieldHasDisplayOptions | function | core/ |
Determines if a field has options for a given display. |
EntityDisplayBase::getComponent | function | core/ |
Gets the display options set for a component. |
EntityDisplayBase::getComponents | function | core/ |
Gets the display options for all components. |
EntityDisplayBase::getDefaultRegion | function | core/ |
Gets the default region. |
EntityDisplayBase::getFieldDefinition | function | core/ |
Gets the field definition of a field. |
EntityDisplayBase::getFieldDefinitions | function | core/ |
Gets the definitions of the fields that are candidate for display. |
EntityDisplayBase::getHighestWeight | function | core/ |
Gets the highest weight of the components in the display. |
EntityDisplayBase::getLogger | function | core/ |
Provides the 'system' channel logger service. |
EntityDisplayBase::getMode | function | core/ |
Gets the view or form mode to be displayed. |
EntityDisplayBase::getOriginalMode | function | core/ |
Gets the original view or form mode that was requested. |
EntityDisplayBase::getPluginRemovedDependencies | function | core/ |
Returns the plugin dependencies being removed. |
EntityDisplayBase::getTargetBundle | function | core/ |
Gets the bundle to be displayed. |
EntityDisplayBase::getTargetEntityTypeId | function | core/ |
Gets the entity type for which this display is used. |
EntityDisplayBase::handleHiddenType | function | core/ |
Handles a component type of 'hidden'. |
EntityDisplayBase::id | function | core/ |
Gets the identifier. |
EntityDisplayBase::init | function | core/ |
Initializes the display. |
EntityDisplayBase::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
EntityDisplayBase::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
EntityDisplayBase::removeComponent | function | core/ |
Sets a component to be hidden. |
EntityDisplayBase::setComponent | function | core/ |
Sets the display options for a component. |
EntityDisplayBase::setTargetBundle | function | core/ |
Sets the bundle to be displayed. |
EntityDisplayBase::toArray | function | core/ |
Gets an array of all property values. |
EntityDisplayBase::__construct | function | core/ |
Constructs an Entity object. |
EntityDisplayBase::__sleep | function | core/ |
|
EntityDisplayBase::__wakeup | function | core/ |
Pagination
- Previous page
- Page 58
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.