Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityInterface::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| EntityInterface::postLoad | function | core/ |
Acts on loaded entities. |
| EntityInterface::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| EntityInterface::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| EntityInterface::referencedEntities | function | core/ |
Gets a list of entities referenced by this entity. |
| EntityInterface::save | function | core/ |
Saves an entity permanently. |
| EntityInterface::setOriginal | function | core/ |
Sets the original unchanged entity. |
| EntityInterface::setOriginalId | function | core/ |
Sets the original ID. |
| EntityInterface::uriRelationships | function | core/ |
Gets a list of URI relationships supported by this entity. |
| EntityKernelTestBase | class | core/ |
Defines an abstract test base for entity kernel tests. |
| EntityKernelTestBase.php | file | core/ |
|
| EntityKernelTestBase::$entityTypeManager | property | core/ |
The entity type manager service. |
| EntityKernelTestBase::$modules | property | core/ |
Modules to install. |
| EntityKernelTestBase::$state | property | core/ |
The state service. |
| EntityKernelTestBase::createUser | function | core/ |
Creates a user. |
| EntityKernelTestBase::getHooksInfo | function | core/ |
Returns the entity_test hook invocation info. |
| EntityKernelTestBase::installModule | function | core/ |
Installs a module and refreshes services. |
| EntityKernelTestBase::refreshServices | function | core/ |
Refresh services. |
| EntityKernelTestBase::setUp | function | core/ |
|
| EntityKernelTestBase::uninstallModule | function | core/ |
Uninstalls a module and refreshes services. |
| EntityKernelTestBaseTest | class | core/ |
Tests Entity Kernel Test Base. |
| EntityKernelTestBaseTest.php | file | core/ |
|
| EntityKernelTestBaseTest::setUp | function | core/ |
|
| EntityKernelTestBaseTest::testSetUpCurrentUser | function | core/ |
Tests that the current user is set up correctly. |
| EntityKeysTest | class | core/ |
Test the behavior of entity keys. |
| EntityKeysTest.php | file | core/ |
|
| EntityKeysTest::multipleKeysCacheTestCases | function | core/ |
Data provider for ::testMultipleKeysCache. |
| EntityKeysTest::testMultipleKeysCache | function | core/ |
Tests the cache when multiple keys reference a single field. |
| EntityLabel::$loadedReferencers | property | core/ |
Array of entities that reference to file. |
| EntityLabel::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
| EntityLabel::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| EntityLabel::__construct | function | core/ |
Constructs an EntityLabel object. |
| EntityLabelTest | class | core/ |
Tests that entity type labels use sentence-case. |
| EntityLabelTest.php | file | core/ |
|
| EntityLabelTest::testEntityLabelCasing | function | core/ |
Tests that entity type labels use sentence-case. |
| EntityLanguageTestBase | class | core/ |
Base class for language-aware entity tests. |
| EntityLanguageTestBase.php | file | core/ |
|
| EntityLanguageTestBase::$fieldName | property | core/ |
The test field name. |
| EntityLanguageTestBase::$langcodes | property | core/ |
The available language codes. |
| EntityLanguageTestBase::$languageManager | property | core/ |
The language manager service. |
| EntityLanguageTestBase::$modules | property | core/ |
Modules to install. |
| EntityLanguageTestBase::$untranslatableFieldName | property | core/ |
The untranslatable test field name. |
| EntityLanguageTestBase::setUp | function | core/ |
|
| EntityLanguageTestBase::toggleFieldTranslatability | function | core/ |
Toggles field storage translatability. |
| EntityLastInstalledSchemaRepository | class | core/ |
Provides a repository for installed entity definitions. |
| EntityLastInstalledSchemaRepository.php | file | core/ |
|
| EntityLastInstalledSchemaRepository::$cacheBackend | property | core/ |
The cache backend. |
| EntityLastInstalledSchemaRepository::$entityFieldStorageDefinitions | property | core/ |
The loaded installed field storage definitions. |
| EntityLastInstalledSchemaRepository::$entityTypeDefinitions | property | core/ |
The loaded installed entity type definitions. |
| EntityLastInstalledSchemaRepository::$keyValueFactory | property | core/ |
The key-value factory. |
Pagination
- Previous page
- Page 438
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.