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 |
---|---|---|---|
EntityFormModeXmlCookieTest.php | file | core/ |
|
EntityFormModeXmlCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
EntityFormModeXmlCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityFormModeXmlCookieTest::$format | property | core/ |
The format to use in this test. |
EntityFormModeXmlCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
EntityFormTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityForm @group Entity |
EntityFormTest | class | core/ |
Tests the entity form. |
EntityFormTest.php | file | core/ |
|
EntityFormTest.php | file | core/ |
|
EntityFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityFormTest::$entityForm | property | core/ |
The mocked entity form. |
EntityFormTest::$entityType | property | core/ |
A fake entity type used in the test. |
EntityFormTest::$modules | property | core/ |
Modules to enable. |
EntityFormTest::doTestFormCRUD | function | core/ |
Executes the form CRUD tests for the given entity type. |
EntityFormTest::doTestMultilingualFormCRUD | function | core/ |
Executes the multilingual form CRUD tests for the given entity type ID. |
EntityFormTest::loadEntityByName | function | core/ |
Loads a test entity by name always resetting the storage cache. |
EntityFormTest::providerTestFormIds | function | core/ |
Provides test data for testFormId(). |
EntityFormTest::setUp | function | core/ |
|
EntityFormTest::setUp | function | core/ |
|
EntityFormTest::setUpStorage | function | core/ |
Sets up the storage accessed via the entity type manager in the form. |
EntityFormTest::testCopyFormValuesToEntity | function | core/ |
@covers ::copyFormValuesToEntity |
EntityFormTest::testEntityFormDisplayAlter | function | core/ |
Tests hook_entity_form_display_alter(). |
EntityFormTest::testFormCRUD | function | core/ |
Tests basic form CRUD functionality. |
EntityFormTest::testFormId | function | core/ |
Tests the form ID generation. |
EntityFormTest::testGet | function | core/ |
Tests that __get triggers proper deprecation errors. |
EntityFormTest::testGetAndSet | function | core/ |
Tests undeclared properties are not broken by the BC layer. |
EntityFormTest::testGetEntityFromRouteMatchAdd | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() for add forms without a bundle. |
EntityFormTest::testGetEntityFromRouteMatchAddEntity | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() with a config entity bundle. |
EntityFormTest::testGetEntityFromRouteMatchAddStatic | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() with a static bundle. |
EntityFormTest::testGetEntityFromRouteMatchEditDelete | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms. |
EntityFormTest::testMultilingualFormCRUD | function | core/ |
Tests basic multilingual form CRUD functionality. |
EntityFormTest::testSet | function | core/ |
Tests that __set triggers proper deprecation errors. |
EntityFormTest::testSetEntityManager | function | core/ |
Tests that setEntityManager triggers proper deprecation errors. |
EntityFormTest::testValidationHandlers | function | core/ |
Checks that validation handlers works as expected. |
EntityHandlerBase | class | core/ |
Provides a base class for entity handlers. |
EntityHandlerBase.php | file | core/ |
|
EntityHandlerBase::$moduleHandler | property | core/ |
The module handler to invoke hooks on. |
EntityHandlerBase::moduleHandler | function | core/ |
Gets the module handler. |
EntityHandlerBase::setModuleHandler | function | core/ |
Sets the module handler for this handler. |
EntityHandlerInterface | interface | core/ |
Defines an interface for entity handlers. |
EntityHandlerInterface.php | file | core/ |
|
EntityHandlerInterface::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
EntityHasFieldConstraint | class | core/ |
Checks if a value is an entity that has a specific field. |
EntityHasFieldConstraint.php | file | core/ |
|
EntityHasFieldConstraint::$field_name | property | core/ |
The field name option. |
EntityHasFieldConstraint::$message | property | core/ |
The default violation message. |
EntityHasFieldConstraint::$notFieldableMessage | property | core/ |
The violation message for non-fieldable entities. |
EntityHasFieldConstraint::getDefaultOption | function | core/ |
|
EntityHasFieldConstraint::getRequiredOptions | function | core/ |
|
EntityHasFieldConstraintValidator | class | core/ |
Validates the EntityHasField constraint. |
Pagination
- Previous page
- Page 74
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.