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
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.
ContentEntityChangedTest::testRevisionChanged function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Tests revisionable EntityChangedInterface functionality.
ContentEntityCloneTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests proper cloning of content entities.
ContentEntityCloneTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php
ContentEntityCloneTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Modules to install.
ContentEntityCloneTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php
ContentEntityCloneTest::testClonedEntityFields function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests if the entity fields are properly cloned.
ContentEntityCloneTest::testDefaultRevision function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests changing the default revision flag.
ContentEntityCloneTest::testEnforceIsNewOnClonedEntityTranslation function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests that the flag for enforcing a new entity is not shared.
ContentEntityCloneTest::testEntityKeysModifications function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests modifications on entity keys of a cloned entity object.
ContentEntityCloneTest::testEntityPropertiesModifications function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests references of entity properties after entity cloning.
ContentEntityCloneTest::testFieldEntityReferenceAfterClone function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests if entity references on fields are still correct after cloning.
ContentEntityCloneTest::testFieldValuesAfterSerialize function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests the field values after serializing an entity and its clone.
ContentEntityCloneTest::testNewRevisionOnCloneEntityTranslation function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests that the flag for enforcing a new revision is not shared.
ContentEntityConfirmFormBase class core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Provides a generic base class for an entity-based confirmation form.
ContentEntityConfirmFormBase.php file core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
ContentEntityConfirmFormBase::actions function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns an array of supported actions for the current entity form.
ContentEntityConfirmFormBase::buildForm function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Form constructor.
ContentEntityConfirmFormBase::delete function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php The delete() method is not used in ContentEntityConfirmFormBase. This
overrides the default implementation that redirects to the delete-form
confirmation form.
ContentEntityConfirmFormBase::form function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Gets the actual form array to be built.
ContentEntityConfirmFormBase::getBaseFormId function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns a string identifying the base form.
ContentEntityConfirmFormBase::getCancelText function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns a caption for the link which cancels the action.
ContentEntityConfirmFormBase::getConfirmText function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns a caption for the button that confirms the action.
ContentEntityConfirmFormBase::getDescription function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns additional text to display as a description.
ContentEntityConfirmFormBase::getFormName function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
ContentEntityConfirmFormBase::save function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php The save() method is not used in ContentEntityConfirmFormBase. This
overrides the default implementation that saves the entity.
ContentEntityConfirmFormBase::validateForm function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level…
ContentEntityConstructorTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php Tests the constructor of the entity content source plugin.
ContentEntityConstructorTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php
ContentEntityConstructorTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php Modules to install.
ContentEntityConstructorTest::providerTestConstructor function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php Provides data for constructor tests.
ContentEntityConstructorTest::testConstructor function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php Tests the constructor.
ContentEntityDeleteForm class core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Provides a generic base class for a content entity deletion form.
ContentEntityDeleteForm.php file core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::buildForm function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Form constructor.
ContentEntityDeleteForm::getCancelUrl function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Returns the route to go to if the user cancels the action.
ContentEntityDeleteForm::getDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::getQuestion function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Returns the question to ask the user.
ContentEntityDeleteForm::logDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::submitForm function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
ContentEntityDenormalizer class core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php Converts a JSON:API array structure into a Drupal entity object.
ContentEntityDenormalizer.php file core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php
ContentEntityDenormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php
ContentEntityDenormalizer::prepareInput function core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php Prepares the input data to create the entity.
ContentEntityDeriver class core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php Deriver for content entity source plugins.

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