Search for changed

  1. Search 7.x for changed
  2. Search 9.5.x for changed
  3. Search 8.9.x for changed
  4. Search 10.3.x for changed
  5. Other projects
Title Object type File name Summary
ContentTranslationUITestBase::doTestChangedTimeAfterSaveWithoutChanges function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Tests the changed time after API and FORM save without changes.
ContentTranslationUITestBase::doTestTranslationChanged function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Tests the basic translation workflow.
ContentTranslationUITestBase::getChangedFieldName function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns the name of the field that implements the changed timestamp.
DiffFormatter::_changed function core/lib/Drupal/Core/Diff/DiffFormatter.php
DiffFormatter::_changed function core/lib/Drupal/Component/Diff/DiffFormatter.php
DiffOpOutputBuilder::CHANGED constant core/lib/Drupal/Component/Diff/DiffOpOutputBuilder.php A constant to manage removal+addition as a single operation.
EntityChangedActionDeriver class core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php Provides an action deriver that finds entity types of EntityChangedInterface.
EntityChangedActionDeriver.php file core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php
EntityChangedActionDeriver::isApplicable function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php Indicates whether the deriver can be used for the provided entity type.
EntityChangedConstraint class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraint.php Validation constraint for the entity changed timestamp.
EntityChangedConstraint.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraint.php
EntityChangedConstraint::$message property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraint.php
EntityChangedConstraintValidator class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php Validates the EntityChanged constraint.
EntityChangedConstraintValidator.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php
EntityChangedConstraintValidator::validate function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php
EntityChangedInterface interface core/lib/Drupal/Core/Entity/EntityChangedInterface.php Defines an interface for entity change timestamp tracking.
EntityChangedInterface.php file core/lib/Drupal/Core/Entity/EntityChangedInterface.php
EntityChangedInterface::getChangedTime function core/lib/Drupal/Core/Entity/EntityChangedInterface.php Gets the timestamp of the last entity change for the current translation.
EntityChangedInterface::getChangedTimeAcrossTranslations function core/lib/Drupal/Core/Entity/EntityChangedInterface.php Gets the timestamp of the last entity change across all translations.
EntityChangedInterface::setChangedTime function core/lib/Drupal/Core/Entity/EntityChangedInterface.php Sets the timestamp of the last entity change for the current translation.
EntityChangedTrait trait core/lib/Drupal/Core/Entity/EntityChangedTrait.php Provides a trait for accessing changed time.
EntityChangedTrait.php file core/lib/Drupal/Core/Entity/EntityChangedTrait.php
EntityChangedTrait::getChangedTime function core/lib/Drupal/Core/Entity/EntityChangedTrait.php Gets the timestamp of the last entity change for the current translation.
EntityChangedTrait::getChangedTimeAcrossTranslations function core/lib/Drupal/Core/Entity/EntityChangedTrait.php Returns the timestamp of the last entity change across all translations.
EntityChangedTrait::setChangedTime function core/lib/Drupal/Core/Entity/EntityChangedTrait.php Sets the timestamp of the last entity change for the current translation.
EntityStorageBase::loadUnchanged function core/lib/Drupal/Core/Entity/EntityStorageBase.php Loads an unchanged entity from the database.
EntityStorageInterface::loadUnchanged function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads an unchanged entity from the database.
EntityTestMulChanged class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php Defines the test entity class.
EntityTestMulChanged.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php
EntityTestMulChanged::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php
EntityTestMulChanged::save function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php Saves an entity permanently.
EntityTestMulRevChanged class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php Defines the test entity class.
EntityTestMulRevChanged.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php
EntityTestMulRevChanged::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php
EntityTestMulRevChangedWithRevisionLog class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php Defines the test entity class.
EntityTestMulRevChangedWithRevisionLog.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php
EntityTestMulRevChangedWithRevisionLog::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php
EntityTypeTest::testGetOriginalClassChanged function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::setClass
@covers ::getOriginalClass
EntityTypeTest::testGetOriginalClassUnchanged function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getOriginalClass
EntityValidationTest::testEntityChangedConstraintOnConcurrentMultilingualEditing function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Tests the EntityChangedConstraintValidator with multiple translations.
entity_test_entity_test_mulrev_changed_translation_create function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_create() for 'entity_test_mulrev_changed'.
entity_test_entity_test_mulrev_changed_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete().
entity_test_entity_test_mulrev_changed_translation_insert function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_insert() for 'entity_test_mulrev'.
entity_test_entity_test_mul_changed_translation_create function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_create() for 'entity_test_mul_changed'.
entity_test_entity_test_mul_changed_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete().
entity_test_entity_test_mul_changed_translation_insert function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_insert() for 'entity_test_mul_changed'.
FileCopy::isLocationUnchanged function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Determines if the source and destination URIs represent identical paths.
FileManagedTestBase::assertFileUnchanged function core/modules/file/tests/src/Functional/FileManagedTestBase.php Asserts that two files have the same values (except timestamp).
FileManagedUnitTestBase::assertFileUnchanged function core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php Asserts that two files have the same values (except timestamp).
FilterInOperatorTest::testFilterGroupedChangedIdentifier function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests that we can safely change the identifier on a grouped filter.

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