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 |
---|---|---|---|
ContentEntityChangedTest::$mulRevChangedStorage | property | core/ |
The EntityTestMulRevChanged entity type storage. |
ContentEntityChangedTest::getRevisionTranslationAffectedFlag | function | core/ |
Retrieves the revision translation affected flag value. |
ContentEntityChangedTest::setUp | function | core/ |
|
ContentEntityChangedTest::testChanged | function | core/ |
Tests basic EntityChangedInterface functionality. |
ContentEntityChangedTest::testRevisionChanged | function | core/ |
Tests revisionable EntityChangedInterface functionality. |
ContentEntityCloneTest | class | core/ |
Tests proper cloning of content entities. |
ContentEntityCloneTest.php | file | core/ |
|
ContentEntityCloneTest::$modules | property | core/ |
Modules to enable. |
ContentEntityCloneTest::setUp | function | core/ |
|
ContentEntityCloneTest::testClonedEntityFields | function | core/ |
Tests if the entity fields are properly cloned. |
ContentEntityCloneTest::testDefaultRevision | function | core/ |
Tests changing the default revision flag. |
ContentEntityCloneTest::testEnforceIsNewOnClonedEntityTranslation | function | core/ |
Tests that the flag for enforcing a new entity is not shared. |
ContentEntityCloneTest::testEntityKeysModifications | function | core/ |
Tests modifications on entity keys of a cloned entity object. |
ContentEntityCloneTest::testEntityPropertiesModifications | function | core/ |
Tests references of entity properties after entity cloning. |
ContentEntityCloneTest::testFieldEntityReferenceAfterClone | function | core/ |
Tests if entity references on fields are still correct after cloning. |
ContentEntityCloneTest::testFieldValuesAfterSerialize | function | core/ |
Tests the field values after serializing an entity and its clone. |
ContentEntityCloneTest::testNewRevisionOnCloneEntityTranslation | function | core/ |
Tests that the flag for enforcing a new revision is not shared. |
ContentEntityConfirmFormBase | class | core/ |
Provides a generic base class for an entity-based confirmation form. |
ContentEntityConfirmFormBase.php | file | core/ |
|
ContentEntityConfirmFormBase::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
ContentEntityConfirmFormBase::buildForm | function | core/ |
Form constructor. |
ContentEntityConfirmFormBase::delete | function | core/ |
The delete() method is not used in ContentEntityConfirmFormBase. This overrides the default implementation that redirects to the delete-form confirmation form. |
ContentEntityConfirmFormBase::form | function | core/ |
Gets the actual form array to be built. |
ContentEntityConfirmFormBase::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
ContentEntityConfirmFormBase::getCancelText | function | core/ |
Returns a caption for the link which cancels the action. |
ContentEntityConfirmFormBase::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
ContentEntityConfirmFormBase::getDescription | function | core/ |
Returns additional text to display as a description. |
ContentEntityConfirmFormBase::getFormName | function | core/ |
Returns the internal name used to refer to the confirmation item. |
ContentEntityConfirmFormBase::save | function | core/ |
The save() method is not used in ContentEntityConfirmFormBase. This overrides the default implementation that saves the entity. |
ContentEntityConfirmFormBase::validateForm | function | core/ |
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level… |
ContentEntityDeleteForm | class | core/ |
Provides a generic base class for a content entity deletion form. |
ContentEntityDeleteForm.php | file | core/ |
|
ContentEntityDeleteForm::buildForm | function | core/ |
Form constructor. |
ContentEntityDeleteForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
ContentEntityDeleteForm::getDeletionMessage | function | core/ |
|
ContentEntityDeleteForm::getQuestion | function | core/ |
Returns the question to ask the user. |
ContentEntityDeleteForm::logDeletionMessage | function | core/ |
|
ContentEntityDeleteForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
ContentEntityDenormalizer | class | core/ |
Converts a JSON:API array structure into a Drupal entity object. |
ContentEntityDenormalizer.php | file | core/ |
|
ContentEntityDenormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
ContentEntityDenormalizer::prepareInput | function | core/ |
Prepares the input data to create the entity. |
ContentEntityDeriver | class | core/ |
Deriver for content entity source plugins. |
ContentEntityDeriver.php | file | core/ |
|
ContentEntityDeriver::$entityTypeManager | property | core/ |
The entity type manager. |
ContentEntityDeriver::create | function | core/ |
Creates a new class instance. |
ContentEntityDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
ContentEntityDeriver::__construct | function | core/ |
Constructs a new ContentEntityDeriver. |
ContentEntityFieldMethodInvocationOrderTest | class | core/ |
Tests correct field method invocation order. |
ContentEntityFieldMethodInvocationOrderTest.php | file | core/ |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.