Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 8.9.x for content
  4. Search 10.3.x for content
  5. Other projects
Title Object type File name Summary
ContentEntityBase::__isset function core/lib/Drupal/Core/Entity/ContentEntityBase.php Implements the magic method for isset().
ContentEntityBase::__set function core/lib/Drupal/Core/Entity/ContentEntityBase.php Implements the magic method for setting object properties.
ContentEntityBase::__sleep function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBase::__unset function core/lib/Drupal/Core/Entity/ContentEntityBase.php Implements the magic method for unset().
ContentEntityBaseMockableClass class core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseMockableClass.php A class extending ContentEntityBase for mocking purposes.
ContentEntityBaseMockableClass.php file core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseMockableClass.php
ContentEntityBaseUnitTest class core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @coversDefaultClass \Drupal\Core\Entity\ContentEntityBase[[api-linebreak]]
@group Entity
@group Access
ContentEntityBaseUnitTest.php file core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
ContentEntityBaseUnitTest::$bundle property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The bundle of the entity under test.
ContentEntityBaseUnitTest::$entity property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity under test.
ContentEntityBaseUnitTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity field manager used for testing.
ContentEntityBaseUnitTest::$entityType property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity type used for testing.
ContentEntityBaseUnitTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity type bundle manager used for testing.
ContentEntityBaseUnitTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The type ID of the entity under test.
ContentEntityBaseUnitTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity type manager used for testing.
ContentEntityBaseUnitTest::$entityUnd property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php An entity with no defined language to test.
ContentEntityBaseUnitTest::$fieldDefinitions property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Field definitions.
ContentEntityBaseUnitTest::$fieldTypePluginManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The field type manager used for testing.
ContentEntityBaseUnitTest::$id property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity ID.
ContentEntityBaseUnitTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The language manager.
ContentEntityBaseUnitTest::$typedDataManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The typed data manager used for testing.
ContentEntityBaseUnitTest::$uuid property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The UUID generator used for testing.
ContentEntityBaseUnitTest::providerGet function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Data provider for testGet().
ContentEntityBaseUnitTest::providerGetFields function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Data provider for testGetFields().
ContentEntityBaseUnitTest::providerTestTypedData function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Data provider for the ::getTypedData() test.
ContentEntityBaseUnitTest::setUp function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
ContentEntityBaseUnitTest::testAccess function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::access[[api-linebreak]]
ContentEntityBaseUnitTest::testBundle function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::bundle[[api-linebreak]]
ContentEntityBaseUnitTest::testGet function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::get[[api-linebreak]]
@dataProvider providerGet
ContentEntityBaseUnitTest::testGetFields function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::getFields[[api-linebreak]]
@dataProvider providerGetFields
ContentEntityBaseUnitTest::testGetRevisionId function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::getRevisionId[[api-linebreak]]
ContentEntityBaseUnitTest::testIsDefaultRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isDefaultRevision[[api-linebreak]]
ContentEntityBaseUnitTest::testIsNewRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isNewRevision[[api-linebreak]]
@covers ::setNewRevision[[api-linebreak]]
ContentEntityBaseUnitTest::testIsTranslatable function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isTranslatable[[api-linebreak]]
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isTranslatable[[api-linebreak]]
ContentEntityBaseUnitTest::testPreSaveRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::preSaveRevision[[api-linebreak]]
ContentEntityBaseUnitTest::testRequiredValidation function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests required validation.
ContentEntityBaseUnitTest::testSet function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::set[[api-linebreak]]
ContentEntityBaseUnitTest::testSetNewRevisionException function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::setNewRevision[[api-linebreak]]
ContentEntityBaseUnitTest::testTypedData function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests each condition in EntityBase::getTypedData().
ContentEntityBaseUnitTest::testValidate function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::validate[[api-linebreak]]
ContentEntityChangedTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Tests basic EntityChangedInterface functionality.
ContentEntityChangedTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php
ContentEntityChangedTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php
ContentEntityChangedTest::$mulChangedStorage property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php The EntityTestMulChanged entity type storage.
ContentEntityChangedTest::$mulRevChangedStorage property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php The EntityTestMulRevChanged entity type storage.
ContentEntityChangedTest::getRevisionTranslationAffectedFlag function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Retrieves the revision translation affected flag value.
ContentEntityChangedTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php
ContentEntityChangedTest::testChanged function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Tests basic EntityChangedInterface functionality.
ContentEntityChangedTest::testChangedSyncing function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Tests the changed functionality when an entity is syncing.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.