Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 10.3.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 |
---|---|---|---|
EntityAccessControlHandlerTest::testFieldAccess | function | core/ |
Tests the default access handling for the ID and UUID fields. |
EntityAccessControlHandlerTest::testHooks | function | core/ |
Tests hook invocations. |
EntityAccessControlHandlerTest::testUserLabelAccess | function | core/ |
Ensures user labels are accessible for everyone. |
EntityAccessDeniedHttpException | class | core/ |
Enhances the access denied exception with information about the entity. |
EntityAccessDeniedHttpException.php | file | core/ |
|
EntityAccessDeniedHttpException::$error | property | core/ |
The error which caused the 403. |
EntityAccessDeniedHttpException::getError | function | core/ |
Returns the error. |
EntityAccessDeniedHttpException::__construct | function | core/ |
EntityAccessDeniedHttpException constructor. |
EntityAccessDeniedHttpExceptionNormalizer | class | core/ |
Normalizes an EntityAccessDeniedException. |
EntityAccessDeniedHttpExceptionNormalizer.php | file | core/ |
|
EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects | function | core/ |
Builds the normalized JSON:API error objects for the response. |
EntityAccessDeniedHttpExceptionNormalizer::getSupportedTypes | function | core/ |
|
EntityActionBase | class | core/ |
Base class for entity-based actions. |
EntityActionBase.php | file | core/ |
|
EntityActionBase::$entityTypeManager | property | core/ |
The entity type manager. |
EntityActionBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
EntityActionBase::create | function | core/ |
Creates an instance of the plugin. |
EntityActionBase::__construct | function | core/ |
Constructs an EntityActionBase object. |
EntityActionDeriverBase | class | core/ |
Provides a base action for each entity type with specific interfaces. |
EntityActionDeriverBase.php | file | core/ |
|
EntityActionDeriverBase::$entityTypeManager | property | core/ |
The entity type manager. |
EntityActionDeriverBase::create | function | core/ |
Creates a new class instance. |
EntityActionDeriverBase::getApplicableEntityTypes | function | core/ |
Gets a list of applicable entity types. |
EntityActionDeriverBase::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
EntityActionDeriverBase::isApplicable | function | core/ |
Indicates whether the deriver can be used for the provided entity type. |
EntityActionDeriverBase::__construct | function | core/ |
Constructs a new EntityActionDeriverBase object. |
EntityAdapter | class | core/ |
Defines the "entity" data type. |
EntityAdapter.php | file | core/ |
|
EntityAdapter::$entity | property | core/ |
The wrapped entity object. |
EntityAdapter::applyDefaultValue | function | core/ |
Applies the default value. |
EntityAdapter::createFromEntity | function | core/ |
Creates an instance wrapping the given entity. |
EntityAdapter::get | function | core/ |
Gets a property object. |
EntityAdapter::getEntity | function | core/ |
Returns the wrapped entity object. |
EntityAdapter::getIterator | function | core/ |
|
EntityAdapter::getProperties | function | core/ |
Gets an array of property objects. |
EntityAdapter::getString | function | core/ |
Returns a string representation of the data. |
EntityAdapter::getValue | function | core/ |
Gets the data value. |
EntityAdapter::isEmpty | function | core/ |
Determines whether the data structure is empty. |
EntityAdapter::onChange | function | core/ |
React to changes to a child property or item. |
EntityAdapter::set | function | core/ |
Sets a property value. |
EntityAdapter::setValue | function | core/ |
Sets the data value. |
EntityAdapter::toArray | function | core/ |
Returns an array of all property values. |
EntityAdapterUnitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\Plugin\DataType\EntityAdapter[[api-linebreak]] @group Entity @group TypedData |
EntityAdapterUnitTest.php | file | core/ |
|
EntityAdapterUnitTest::$bundle | property | core/ |
The bundle used for testing. |
EntityAdapterUnitTest::$entity | property | core/ |
The content entity used for testing. |
EntityAdapterUnitTest::$entityAdapter | property | core/ |
The content entity adapter under test. |
EntityAdapterUnitTest::$entityFieldManager | property | core/ |
|
EntityAdapterUnitTest::$entityType | property | core/ |
The entity type used for testing. |
EntityAdapterUnitTest::$entityTypeId | property | core/ |
The type ID of the entity under test. |
Pagination
- Previous page
- Page 45
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.