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
FilterInOperatorTest::testFilterGroupedChangedIdentifier function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests that we can safely change the identifier on a grouped filter.
ImmutablePropertiesConstraintValidatorTest::testImmutablePropertyCannotBeChanged function core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests that changing a config entity's immutable property raises an error.
JqueryUiLibraryAssetsTest::testAssetLoadingUnchanged function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Confirms jQuery UI assets load as expected.
Media::hasSourceFieldChanged function core/modules/media/src/Entity/Media.php Determines if the source field value has changed.
MediaSourceImageTest::testOnlyMainPropertiesTriggerSourceFieldChanged function core/modules/media/tests/src/Functional/MediaSourceImageTest.php Test that non-main properties do not trigger source field value change.
NodeFormSaveChangedTimeTest class core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php Tests updating the changed time after API and FORM entity save.
NodeFormSaveChangedTimeTest.php file core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php
NodeFormSaveChangedTimeTest::$authorUser property core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php A user with permissions to create and edit articles.
NodeFormSaveChangedTimeTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php The theme to install as the default for testing.
NodeFormSaveChangedTimeTest::$modules property core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php Modules to install.
NodeFormSaveChangedTimeTest::setUp function core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php
NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges function core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php Tests the changed time after API and FORM save without changes.
PathChangedHelper class core/lib/Drupal/Core/Routing/PathChangedHelper.php Provides helper functions for handling path changes.
PathChangedHelper.php file core/lib/Drupal/Core/Routing/PathChangedHelper.php
PathChangedHelper::$newUrl property core/lib/Drupal/Core/Routing/PathChangedHelper.php The URL object for the route whose path has changed.
PathChangedHelper::$oldUrl property core/lib/Drupal/Core/Routing/PathChangedHelper.php The URL object for the BC route.
PathChangedHelper::newPath function core/lib/Drupal/Core/Routing/PathChangedHelper.php Returns the updated path.
PathChangedHelper::oldPath function core/lib/Drupal/Core/Routing/PathChangedHelper.php Returns the deprecated path.
PathChangedHelper::redirect function core/lib/Drupal/Core/Routing/PathChangedHelper.php Returns a redirect to the new path.
PathChangedHelper::__construct function core/lib/Drupal/Core/Routing/PathChangedHelper.php Constructs a PathChangedHelper object.
PathChangedHelperTest class core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php Tests the PathChangedHelper class.
PathChangedHelperTest class core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php @coversDefaultClass \Drupal\Core\Routing\PathChangedHelper
@group Routing
PathChangedHelperTest.php file core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php
PathChangedHelperTest.php file core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php
PathChangedHelperTest::$modules property core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php Modules to install.
PathChangedHelperTest::testPathChangedHelper function core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php Tests creating a PathChangedHelper object and getting paths.
PathChangedHelperTest::testPathChangedHelperException function core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php Tests that the constructor validates its arguments.
path_changed_helper_test.info.yml file core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.info.yml core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.info.yml
path_changed_helper_test.routing.yml file core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.routing.yml core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.routing.yml
ResourceTestBase::entityLoadUnchanged function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Loads an entity in the test container, ignoring the static cache.
Row::changed function core/modules/migrate/src/Row.php Checks whether the row has changed compared to the original ID map.
SaveUploadFormTest::testErrorMessagesAreNotChanged function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests that form validation does not change error messages.
ScaffoldFileCollection::checkUnchanged function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Returns the list of files that have not changed since they were scaffolded.
ScaffoldFileInfo::hasChanged function composer/Plugin/Scaffold/ScaffoldFileInfo.php Returns TRUE if the target does not exist or has changed.
ShortcutTranslationUITest::doTestTranslationChanged function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Tests the basic translation workflow.
ShowButtonsCommand::$changed property core/modules/views/src/Ajax/ShowButtonsCommand.php Whether the view has been changed.
SourcePluginBase::rowChanged function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Checks if the incoming row has changed since our last import.
system.menu.changed.yml file core/modules/system/tests/modules/menu_test/config/install/system.menu.changed.yml core/modules/system/tests/modules/menu_test/config/install/system.menu.changed.yml
TableDragTest::$tabledragChangedXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Xpath selector for finding the tabledrag changed marker.
TableDragTest::testTableDragChangedWarning function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Tests the warning that appears upon making changes to a tabledrag table.
TermParentsTest::assertParentsUnchanged function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Asserts that the parents of the term have not changed after saving.
TestSetupTrait::changeDatabasePrefix function core/lib/Drupal/Core/Test/TestSetupTrait.php Changes the database connection to the prefixed one.
TestSetupTraitTest::testChangeDatabasePrefix function core/tests/Drupal/Tests/Core/Test/TestSetupTraitTest.php Tests the SIMPLETEST_DB environment variable is used.
TestSiteInstallCommand::changeDatabasePrefix function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php
tracker.tracking_changed_content.html.twig file core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig ---
label: 'Viewing lists of recently-updated content'
related:
- core.tracking_content
- history.tracking_user_content
---
{% set recent_link_text %}
{% trans %}Recent content{% endtrans %}
{% endset %}
{% set recent_link =…
UserChangedTest class core/modules/user/tests/src/Functional/Views/UserChangedTest.php Tests the changed field.
UserChangedTest.php file core/modules/user/tests/src/Functional/Views/UserChangedTest.php
UserChangedTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/UserChangedTest.php The theme to install as the default for testing.
UserChangedTest::$modules property core/modules/user/tests/src/Functional/Views/UserChangedTest.php Modules to install.
UserChangedTest::$testViews property core/modules/user/tests/src/Functional/Views/UserChangedTest.php Views used by this test.

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