Search for time

  1. Search 7.x for time
  2. Search 8.9.x for time
  3. Search 10.3.x for time
  4. Search 11.x for time
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Time class core/modules/views/src/Plugin/views/cache/Time.php Simple caching of query results for Views displays.
time function core/tests/Drupal/Tests/Component/Datetime/TimeTest.php Shadow time() system call.
Time class core/lib/Drupal/Component/Datetime/Time.php Provides a class for obtaining system time.

All search results

Title Object type File name Summary
LazyContextRepositoryTest::testGetRuntimeMultipleContextProviders function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LazyContextRepositoryTest::testGetRuntimeMultipleContextsPerService function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LazyContextRepositoryTest::testGetRuntimeStaticCache function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LocaleUpdateBase::$timestampMedium property core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Timestamp for a medium aged translation.
LocaleUpdateBase::$timestampNew property core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Timestamp for a new translation.
LocaleUpdateBase::$timestampNow property core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Timestamp for current time.
LocaleUpdateBase::$timestampOld property core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Timestamp for an old translation.
Media::getCreatedTime function core/modules/media/src/Entity/Media.php Returns the media item creation timestamp.
Media::getRequestTime function core/modules/media/src/Entity/Media.php
Media::setCreatedTime function core/modules/media/src/Entity/Media.php Sets the media item creation timestamp.
MediaInterface::getCreatedTime function core/modules/media/src/MediaInterface.php Returns the media item creation timestamp.
MediaInterface::setCreatedTime function core/modules/media/src/MediaInterface.php Sets the media item creation timestamp.
MemoryBackend::getRequestTime function core/lib/Drupal/Core/Cache/MemoryBackend.php Wrapper method for REQUEST_TIME constant.
microtime function core/tests/Drupal/Tests/Component/Datetime/TimeTest.php Shadow microtime system call.
MigrateFieldTest::testDatetimeFields function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php Tests migrating D7 datetime fields.
MigrateUpgradeImportBatch::$maxExecTime property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php The maximum length in seconds to allow processing in a request.
ModerationInformation::isFirstTimeModeration function core/modules/content_moderation/src/ModerationInformation.php Determines if this entity is being moderated for the first time.
MTimeProtectedFastFileStorage class core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Stores PHP code in files with securely hashed names.
MTimeProtectedFastFileStorage.php file core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php
MTimeProtectedFastFileStorage::$secret property core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php The secret used in the HMAC.
MTimeProtectedFastFileStorage::delete function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Deletes PHP code from storage.
MTimeProtectedFastFileStorage::garbageCollection function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Performs garbage collection on the storage.
MTimeProtectedFastFileStorage::getContainingDirectoryFullPath function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Gets the full path of the file storage directory's parent.
MTimeProtectedFastFileStorage::getFullPath function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Gets the full path where the file is or should be stored.
MTimeProtectedFastFileStorage::getUncachedMTime function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Clears PHP's stat cache and returns the directory's mtime.
MTimeProtectedFastFileStorage::save function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Saves PHP code to storage.
MTimeProtectedFastFileStorage::tempnam function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php A brute force tempnam implementation supporting streams.
MTimeProtectedFastFileStorage::__construct function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Constructs this MTimeProtectedFastFileStorage object.
MTimeProtectedFastFileStorageTest class core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php Tests the MTimeProtectedFastFileStorage implementation.
MTimeProtectedFastFileStorageTest.php file core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php
MTimeProtectedFastFileStorageTest::$expected property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php The expected test results for the security test.
MTimeProtectedFastFileStorageTest::$storageClass property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php The PHP storage class to test.
MTimeProtectedFileStorage class core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Stores PHP code in files with securely hashed names.
MTimeProtectedFileStorage.php file core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php
MTimeProtectedFileStorage::checkFile function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Determines whether a protected file exists and sets the filename too.
MTimeProtectedFileStorage::exists function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Checks whether the PHP code exists in storage.
MTimeProtectedFileStorage::getPath function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php
MTimeProtectedFileStorage::load function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Loads PHP code from storage.
MTimeProtectedFileStorageBase class core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php Base test class for MTime protected storage.
MTimeProtectedFileStorageBase.php file core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php
MTimeProtectedFileStorageBase::$expected property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php The expected test results for the security test.
MTimeProtectedFileStorageBase::$secret property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php The secret string to use for file creation.
MTimeProtectedFileStorageBase::$settings property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php Test settings to pass to storage instances.
MTimeProtectedFileStorageBase::$storageClass property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php The PHP storage class to test.
MTimeProtectedFileStorageBase::setUp function core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php
MTimeProtectedFileStorageBase::testCRUD function core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php Tests basic load/save/delete operations.
MTimeProtectedFileStorageBase::testSecurity function core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php Tests the security of the MTimeProtectedFileStorage implementation.
MTimeProtectedFileStorageTest class core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php Tests the MTimeProtectedFileStorage implementation.
MTimeProtectedFileStorageTest.php file core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php
MTimeProtectedFileStorageTest::$expected property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php The expected test results for the security test.

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