Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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::setUpMockEntityType function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Reinitializes the entity type as a mock object.
ContentEntityBaseUnitTest::setUpMockLanguageManager function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Reinitializes the language manager as a mock object.
ContentEntityBaseUnitTest::setUpMockTypedDataManager function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
ContentEntityBaseUnitTest::testAccess function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests access.
ContentEntityBaseUnitTest::testBundle function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests bundle.
ContentEntityBaseUnitTest::testGet function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests get.
ContentEntityBaseUnitTest::testGetFields function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests get fields.
ContentEntityBaseUnitTest::testGetRevisionId function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests get revision id.
ContentEntityBaseUnitTest::testIsDefaultRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests is default revision.
ContentEntityBaseUnitTest::testIsNewRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests is new revision.
ContentEntityBaseUnitTest::testIsTranslatable function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests is translatable.
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests is translatable for monolingual.
ContentEntityBaseUnitTest::testPreSaveRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests pre save revision.
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 Tests set.
ContentEntityBaseUnitTest::testSetNewRevisionException function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests set new revision exception.
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 Tests validate.
ContentEntityCacheTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests the entity static cache when used by content entities.
ContentEntityCacheTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php
ContentEntityCacheTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php
ContentEntityCacheTest::$nonRevEntityTypeId property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php A non-revisionable entity type ID to test with.
ContentEntityCacheTest::$revEntityTypeId property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php A revisionable entity type ID to test with.
ContentEntityCacheTest::doTestLoadUnchanged function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Helper method for ::testLoadUnchanged().
ContentEntityCacheTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php
ContentEntityCacheTest::testCacheInvalidationOnSave function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests that the correct caches are invalidated when an entity is saved.
ContentEntityCacheTest::testCacheNonRevField function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests loading a cached revision after a non-rev field has been changed.
ContentEntityCacheTest::testDelete function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests deleting an entity or an entity revision.
ContentEntityCacheTest::testEntityLoad function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests the static cache when loading content entities.
ContentEntityCacheTest::testLoadUnchanged function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests that on loading unchanged entity a new object reference is returned.
ContentEntityCacheTest::testNonDefaultRevision function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Test swapping revisions in hook_entity_preload().
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.

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