Search for date

  1. Search 7.x for date
  2. Search 9.5.x for date
  3. Search 10.3.x for date
  4. Search 11.x for date
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Date class core/modules/views/src/Plugin/views/sort/Date.php Basic sort handler for dates.
Date class core/modules/views/src/Plugin/views/field/Date.php A handler to provide proper displays for dates.
Date class core/modules/views/src/Plugin/views/filter/Date.php Filter to handle dates stored as a timestamp.
Date class core/modules/views/src/Plugin/views/argument/Date.php Argument handler for dates.
Date class core/modules/datetime/src/Plugin/views/sort/Date.php Basic sort handler for datetime fields.
Date class core/modules/datetime/src/Plugin/views/filter/Date.php Date/time views filter.
Date class core/modules/datetime/src/Plugin/views/argument/Date.php Abstract argument handler for dates.
Date class core/lib/Drupal/Core/Render/Element/Date.php Provides a form element for date selection.

All search results

Title Object type File name Summary
UpdatePathLastRemovedTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Tests that modules can define their last removed update function.
UpdatePathLastRemovedTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
UpdatePathLastRemovedTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php The theme to install as the default for testing.
UpdatePathLastRemovedTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Modules to enable.
UpdatePathLastRemovedTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php URL for the upgrade script.
UpdatePathLastRemovedTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php A user account with upgrade permission.
UpdatePathLastRemovedTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
UpdatePathLastRemovedTest::testLastRemovedVersion function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Tests that a module with a too old schema version can not be updated.
UpdatePathNewDependencyTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php Modules can introduce new dependencies and enable them in update hooks.
UpdatePathNewDependencyTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php
UpdatePathNewDependencyTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php The theme to install as the default for testing.
UpdatePathNewDependencyTest::testUpdateNewDependency function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php Test that a module can add services that depend on new modules.
UpdatePathRC1TestBaseFilledTest class core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Runs UpdatePathTestBaseTest with a RC1 dump filled with content.
UpdatePathRC1TestBaseFilledTest.php file core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php
UpdatePathRC1TestBaseFilledTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php The theme to install as the default for testing.
UpdatePathRC1TestBaseFilledTest::replaceUser1 function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Replace User 1 with the user created here.
UpdatePathRC1TestBaseFilledTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Set database dump files to be used.
UpdatePathRC1TestBaseFilledTest::testUpdatedSite function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Tests that the content and configuration were properly updated.
UpdatePathRC1TestBaseTest class core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Tests the update path base class with the RC1 database dump.
UpdatePathRC1TestBaseTest.php file core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php
UpdatePathRC1TestBaseTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php The theme to install as the default for testing.
UpdatePathRC1TestBaseTest::$modules property core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Modules to enable after the database is loaded.
UpdatePathRC1TestBaseTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Set database dump files to be used.
UpdatePathRC1TestBaseTest::testDatabaseLoaded function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Tests that the database was properly loaded.
UpdatePathTestBase class core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Provides a base class for writing an update test.
UpdatePathTestBase class core/modules/system/src/Tests/Update/UpdatePathTestBase.php Provides a base class for writing an update test.
UpdatePathTestBase.php file core/modules/system/src/Tests/Update/UpdatePathTestBase.php
UpdatePathTestBase.php file core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
UpdatePathTestBase::$checkFailedUpdates property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Fail the test if there are failed updates.
UpdatePathTestBase::$databaseDumpFiles property core/modules/system/src/Tests/Update/UpdatePathTestBase.php The file path(s) to the dumped database(s) to load into the child site.
UpdatePathTestBase::$databaseDumpFiles property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The file path(s) to the dumped database(s) to load into the child site.
UpdatePathTestBase::$installProfile property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The install profile used in the database dump file.
UpdatePathTestBase::$installProfile property core/modules/system/src/Tests/Update/UpdatePathTestBase.php The install profile used in the database dump file.
UpdatePathTestBase::$loadedModules property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Array of modules loaded when the test starts.
UpdatePathTestBase::$loadedModules property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Array of modules loaded when the test starts.
UpdatePathTestBase::$modules property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Modules to enable after the database is loaded.
UpdatePathTestBase::$modules property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Modules to enable after the database is loaded.
UpdatePathTestBase::$pendingUpdates property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Flag to indicate whether there are pending updates or not.
UpdatePathTestBase::$pendingUpdates property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag to indicate whether there are pending updates or not.
UpdatePathTestBase::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Disable strict config schema checking.
UpdatePathTestBase::$strictConfigSchema property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Disable strict config schema checking.
UpdatePathTestBase::$updateUrl property core/modules/system/src/Tests/Update/UpdatePathTestBase.php The update URL.
UpdatePathTestBase::$updateUrl property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The update URL.
UpdatePathTestBase::$upgradedSite property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag that indicates whether the child site has been updated.
UpdatePathTestBase::$upgradedSite property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Flag that indicates whether the child site has been updated.
UpdatePathTestBase::$upgradeErrors property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Array of errors triggered during the update process.
UpdatePathTestBase::$upgradeErrors property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Array of errors triggered during the update process.
UpdatePathTestBase::$zlibInstalled property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag to indicate whether zlib is installed or not.
UpdatePathTestBase::$zlibInstalled property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Flag to indicate whether zlib is installed or not.
UpdatePathTestBase::doInstall function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Execute the non-interactive installer.

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