Search for content
- Search 7.x for content
- Search 9.5.x for content
- Search 8.9.x for content
- Search 10.3.x for content
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ContentEntityBase::__construct | function | core/ |
Constructs an Entity object. |
| ContentEntityBase::__get | function | core/ |
Implements the magic method for getting object properties. |
| ContentEntityBase::__isset | function | core/ |
Implements the magic method for isset(). |
| ContentEntityBase::__set | function | core/ |
Implements the magic method for setting object properties. |
| ContentEntityBase::__sleep | function | core/ |
|
| ContentEntityBase::__unset | function | core/ |
Implements the magic method for unset(). |
| ContentEntityBaseMockableClass | class | core/ |
A class extending ContentEntityBase for mocking purposes. |
| ContentEntityBaseMockableClass.php | file | core/ |
|
| ContentEntityBaseUnitTest | class | core/ |
Tests Drupal\Core\Entity\ContentEntityBase. |
| ContentEntityBaseUnitTest.php | file | core/ |
|
| ContentEntityBaseUnitTest::$bundle | property | core/ |
The bundle of the entity under test. |
| ContentEntityBaseUnitTest::$entity | property | core/ |
The entity under test. |
| ContentEntityBaseUnitTest::$entityFieldManager | property | core/ |
The entity field manager used for testing. |
| ContentEntityBaseUnitTest::$entityType | property | core/ |
The entity type used for testing. |
| ContentEntityBaseUnitTest::$entityTypeBundleInfo | property | core/ |
The entity type bundle manager used for testing. |
| ContentEntityBaseUnitTest::$entityTypeId | property | core/ |
The type ID of the entity under test. |
| ContentEntityBaseUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
| ContentEntityBaseUnitTest::$entityUnd | property | core/ |
An entity with no defined language to test. |
| ContentEntityBaseUnitTest::$fieldDefinitions | property | core/ |
Field definitions. |
| ContentEntityBaseUnitTest::$fieldTypePluginManager | property | core/ |
The field type manager used for testing. |
| ContentEntityBaseUnitTest::$id | property | core/ |
The entity ID. |
| ContentEntityBaseUnitTest::$languageManager | property | core/ |
The language manager. |
| ContentEntityBaseUnitTest::$typedDataManager | property | core/ |
The typed data manager used for testing. |
| ContentEntityBaseUnitTest::$uuid | property | core/ |
The UUID generator used for testing. |
| ContentEntityBaseUnitTest::providerGet | function | core/ |
Data provider for testGet(). |
| ContentEntityBaseUnitTest::providerGetFields | function | core/ |
Data provider for testGetFields(). |
| ContentEntityBaseUnitTest::providerTestTypedData | function | core/ |
Data provider for the ::getTypedData() test. |
| ContentEntityBaseUnitTest::setUp | function | core/ |
|
| ContentEntityBaseUnitTest::testAccess | function | core/ |
Tests access. |
| ContentEntityBaseUnitTest::testBundle | function | core/ |
Tests bundle. |
| ContentEntityBaseUnitTest::testGet | function | core/ |
Tests get. |
| ContentEntityBaseUnitTest::testGetFields | function | core/ |
Tests get fields. |
| ContentEntityBaseUnitTest::testGetRevisionId | function | core/ |
Tests get revision id. |
| ContentEntityBaseUnitTest::testIsDefaultRevision | function | core/ |
Tests is default revision. |
| ContentEntityBaseUnitTest::testIsNewRevision | function | core/ |
Tests is new revision. |
| ContentEntityBaseUnitTest::testIsTranslatable | function | core/ |
Tests is translatable. |
| ContentEntityBaseUnitTest::testIsTranslatableForMonolingual | function | core/ |
Tests is translatable for monolingual. |
| ContentEntityBaseUnitTest::testPreSaveRevision | function | core/ |
Tests pre save revision. |
| ContentEntityBaseUnitTest::testRequiredValidation | function | core/ |
Tests required validation. |
| ContentEntityBaseUnitTest::testSet | function | core/ |
Tests set. |
| ContentEntityBaseUnitTest::testSetNewRevisionException | function | core/ |
Tests set new revision exception. |
| ContentEntityBaseUnitTest::testTypedData | function | core/ |
Tests each condition in EntityBase::getTypedData(). |
| ContentEntityBaseUnitTest::testValidate | function | core/ |
Tests validate. |
| ContentEntityCacheTest | class | core/ |
Tests the entity static cache when used by content entities. |
| ContentEntityCacheTest.php | file | core/ |
|
| ContentEntityCacheTest::$modules | property | core/ |
Modules to install. |
| ContentEntityCacheTest::$nonRevEntityTypeId | property | core/ |
A non-revisionable entity type ID to test with. |
| ContentEntityCacheTest::$revEntityTypeId | property | core/ |
A revisionable entity type ID to test with. |
| ContentEntityCacheTest::doTestLoadUnchanged | function | core/ |
Helper method for ::testLoadUnchanged(). |
| ContentEntityCacheTest::setUp | function | core/ |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.