Search for changed
- Search 7.x for changed
 - Search 9.5.x for changed
 - Search 10.3.x for changed
 - Search 11.x for changed
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| AjaxCommandsTest::testChangedCommand | function | core/ | 
                                                                                        @covers \Drupal\Core\Ajax\ChangedCommand[[api-linebreak]] | 
| ajax_forms_test_advanced_commands_changed_asterisk_callback | function | core/ | 
                                                                                        Ajax form callback: Selects 'changed' with asterisk marking inner div. | 
| ajax_forms_test_advanced_commands_changed_callback | function | core/ | 
                                                                                        Ajax form callback: Selects 'changed'. | 
| ChangedCommand | class | core/ | 
                                                                                        An AJAX command for marking HTML elements as changed. | 
| ChangedCommand.php | file | core/ | 
                                                                                        |
| ChangedCommand::$asterisk | property | core/ | 
                                                                                        An optional CSS selector for elements to which asterisks will be appended. | 
| ChangedCommand::$selector | property | core/ | 
                                                                                        A CSS selector string. | 
| ChangedCommand::render | function | core/ | 
                                                                                        Implements Drupal\Core\Ajax\CommandInterface:render(). | 
| ChangedCommand::__construct | function | core/ | 
                                                                                        Constructs a ChangedCommand object. | 
| ChangedFieldItemList | class | core/ | 
                                                                                        Defines a item list class for changed fields. | 
| ChangedFieldItemList.php | file | core/ | 
                                                                                        |
| ChangedFieldItemList::defaultAccess | function | core/ | 
                                                                                        Contains the default access logic of this field. | 
| ChangedFieldItemList::hasAffectingChanges | function | core/ | 
                                                                                        Determines whether the field has relevant changes. | 
| ChangedItem | class | core/ | 
                                                                                        Defines the 'changed' entity field type. | 
| ChangedItem.php | file | core/ | 
                                                                                        |
| ChangedItem::preSave | function | core/ | 
                                                                                        Defines custom presave behavior for field values. | 
| ChangedTestItem | class | core/ | 
                                                                                        Defines the 'changed_test' entity field type. | 
| ChangedTestItem.php | file | core/ | 
                                                                                        |
| ChangedTestItem::preSave | function | core/ | 
                                                                                        Defines custom presave behavior for field values. | 
| Condition::$changed | property | core/ | 
                                                                                        Whether the conditions have been changed. | 
| ConfigCrudEvent::isChanged | function | core/ | 
                                                                                        Checks to see if the provided configuration key's value has changed. | 
| ConfigEntityStorageTest::testSaveChangedUuid | function | core/ | 
                                                                                        @covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]  | 
              
| ContentEntityChangedTest | class | core/ | 
                                                                                        Tests basic EntityChangedInterface functionality. | 
| ContentEntityChangedTest.php | file | core/ | 
                                                                                        |
| ContentEntityChangedTest::$modules | property | core/ | 
                                                                                        Modules to enable. | 
| ContentEntityChangedTest::$mulChangedStorage | property | core/ | 
                                                                                        The EntityTestMulChanged entity type storage. | 
| ContentEntityChangedTest::$mulRevChangedStorage | property | core/ | 
                                                                                        The EntityTestMulRevChanged entity type storage. | 
| ContentEntityChangedTest::getRevisionTranslationAffectedFlag | function | core/ | 
                                                                                        Retrieves the revision translation affected flag value. | 
| ContentEntityChangedTest::setUp | function | core/ | 
                                                                                        |
| ContentEntityChangedTest::testChanged | function | core/ | 
                                                                                        Tests basic EntityChangedInterface functionality. | 
| ContentEntityChangedTest::testRevisionChanged | function | core/ | 
                                                                                        Tests revisionable EntityChangedInterface functionality. | 
| ContentEntityForm::updateChangedTime | function | core/ | 
                                                                                        Updates the changed time of the entity. | 
| ContentEntityStorageBase::hasFieldValueChanged | function | core/ | 
                                                                                        Checks whether the field values changed compared to the original entity. | 
| ContentEntityStorageBase::loadUnchanged | function | core/ | 
                                                                                        Loads an unchanged entity from the database. | 
| ContentModerationSyncingTest::testMultipleRevisionStateChangedDuringSync | function | core/ | 
                                                                                        Test state changes with multiple revisions during a sync. | 
| ContentModerationSyncingTest::testSingleRevisionStateChangedDuringSync | function | core/ | 
                                                                                        Test changing the moderation state during a sync. | 
| ContentModerationSyncingTest::testStateChangedPreviousRevisionDuringSync | function | core/ | 
                                                                                        Test a moderation state changed on a previous revision during a sync. | 
| ContentTranslationFieldSyncRevisionTest::testChangeDefaultLanguageNonTranslatableFieldsHidden | function | core/ | 
                                                                                        Test changing the default language of an entity. | 
| ContentTranslationHandler::hasChangedTime | function | core/ | 
                                                                                        Checks whether the entity type supports modification time natively. | 
| ContentTranslationMetadataWrapper::getChangedTime | function | core/ | 
                                                                                        Returns the timestamp of the last entity change from current translation. | 
| ContentTranslationMetadataWrapper::setChangedTime | function | core/ | 
                                                                                        Sets the translation modification timestamp. | 
| ContentTranslationMetadataWrapperInterface::getChangedTime | function | core/ | 
                                                                                        Returns the timestamp of the last entity change from current translation. | 
| ContentTranslationMetadataWrapperInterface::setChangedTime | function | core/ | 
                                                                                        Sets the translation modification timestamp. | 
| ContentTranslationSyncUnitTest::$unchangedFieldValues | property | core/ | 
                                                                                        The unchanged field values. | 
| ContentTranslationUITestBase::doTestChangedTimeAfterSaveWithoutChanges | function | core/ | 
                                                                                        Test the changed time after API and FORM save without changes. | 
| ContentTranslationUITestBase::doTestChangedTimeAfterSaveWithoutChanges | function | core/ | 
                                                                                        Test the changed time after API and FORM save without changes. | 
| ContentTranslationUITestBase::doTestTranslationChanged | function | core/ | 
                                                                                        Tests the basic translation workflow. | 
| ContentTranslationUITestBase::doTestTranslationChanged | function | core/ | 
                                                                                        Tests the basic translation workflow. | 
| ContentTranslationUITestBase::getChangedFieldName | function | core/ | 
                                                                                        Returns the name of the field that implements the changed timestamp. | 
| ContentTranslationUITestBase::getChangedFieldName | function | core/ | 
                                                                                        Returns the name of the field that implements the changed timestamp. | 
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.