Search for entity

  1. Search 7.x for entity
  2. Search 8.9.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 an 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.

All search results

Title Object type File name Summary
EntityDeriver::getDerivativeDefinition function core/modules/rest/src/Plugin/Deriver/EntityDeriver.php Gets the definition of a derivative plugin.
EntityDeriver::getDerivativeDefinition function core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php Gets the definition of a derivative plugin.
EntityDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDeriver::getDerivativeDefinitions function core/modules/rest/src/Plugin/Deriver/EntityDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDeriver::__construct function core/modules/rest/src/Plugin/Deriver/EntityDeriver.php Constructs an EntityDeriver object.
EntityDeriver::__construct function core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php Constructs an EntityDeriver object.
EntityDeriverTest class core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php Tests EntityDeriver functionality.
EntityDeriverTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php
EntityDeriverTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php Modules to enable.
EntityDeriverTest::$typedDataManager property core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php The typed data manager to use.
EntityDeriverTest::derivativesProvider function core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php Provides test data for ::testDerivatives().
EntityDeriverTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php
EntityDeriverTest::testDerivatives function core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php Tests that types are derived for entity types with and without bundles.
EntityDescriptionInterface interface core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php Defines the interface for entities that have a description.
EntityDescriptionInterface.php file core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php
EntityDescriptionInterface::getDescription function core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php Gets the entity description.
EntityDescriptionInterface::setDescription function core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php Sets the entity description.
EntityDisplayBase class core/lib/Drupal/Core/Entity/EntityDisplayBase.php Provides a common base class for entity view and form displays.
EntityDisplayBase.php file core/lib/Drupal/Core/Entity/EntityDisplayBase.php
EntityDisplayBase::$bundle property core/lib/Drupal/Core/Entity/EntityDisplayBase.php Bundle to be displayed.
EntityDisplayBase::$content property core/lib/Drupal/Core/Entity/EntityDisplayBase.php List of component display options, keyed by component name.
EntityDisplayBase::$displayContext property core/lib/Drupal/Core/Entity/EntityDisplayBase.php Context in which this entity will be used (e.g. &#039;view&#039;, &#039;form&#039;).
EntityDisplayBase::$fieldDefinitions property core/lib/Drupal/Core/Entity/EntityDisplayBase.php A list of field definitions eligible for configuration in this display.
EntityDisplayBase::$hidden property core/lib/Drupal/Core/Entity/EntityDisplayBase.php List of components that are set to be hidden.
EntityDisplayBase::$id property core/lib/Drupal/Core/Entity/EntityDisplayBase.php Unique ID for the config entity.
EntityDisplayBase::$mode property core/lib/Drupal/Core/Entity/EntityDisplayBase.php View or form mode to be displayed.
EntityDisplayBase::$originalMode property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The original view or form mode that was requested.
EntityDisplayBase::$pluginManager property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The plugin manager used by this entity type.
EntityDisplayBase::$plugins property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The plugin objects used for this display, keyed by field name.
EntityDisplayBase::$renderer property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The renderer.
EntityDisplayBase::$status property core/lib/Drupal/Core/Entity/EntityDisplayBase.php Whether this display is enabled or not.
EntityDisplayBase::$targetEntityType property core/lib/Drupal/Core/Entity/EntityDisplayBase.php Entity type to be displayed.
EntityDisplayBase::calculateDependencies function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Calculates dependencies and stores them in the dependency property.
EntityDisplayBase::createCopy function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Creates a duplicate of the entity display object on a different view mode.
EntityDisplayBase::CUSTOM_MODE constant core/lib/Drupal/Core/Entity/EntityDisplayBase.php The mode used to render entities with arbitrary display options.
EntityDisplayBase::fieldHasDisplayOptions function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Determines if a field has options for a given display.
EntityDisplayBase::getComponent function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the display options set for a component.
EntityDisplayBase::getComponents function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the display options for all components.
EntityDisplayBase::getDefaultRegion function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the default region.
EntityDisplayBase::getFieldDefinition function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the field definition of a field.
EntityDisplayBase::getFieldDefinitions function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the definitions of the fields that are candidate for display.
EntityDisplayBase::getHighestWeight function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the highest weight of the components in the display.
EntityDisplayBase::getLogger function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Provides the &#039;system&#039; channel logger service.
EntityDisplayBase::getMode function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the view or form mode to be displayed.
EntityDisplayBase::getOriginalMode function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the original view or form mode that was requested.
EntityDisplayBase::getPluginRemovedDependencies function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Returns the plugin dependencies being removed.
EntityDisplayBase::getTargetBundle function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the bundle to be displayed.
EntityDisplayBase::getTargetEntityTypeId function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the entity type for which this display is used.
EntityDisplayBase::id function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the identifier.
EntityDisplayBase::init function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Initializes the display.

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