Search for date
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Date | class | core/ |
Basic sort handler for dates. |
Date | class | core/ |
A handler to provide proper displays for dates. |
Date | class | core/ |
Filter to handle dates stored as a timestamp. |
Date | class | core/ |
Argument handler for dates. |
Date | class | core/ |
Basic sort handler for datetime fields. |
Date | class | core/ |
Date/time views filter. |
Date | class | core/ |
Abstract argument handler for dates. |
Date | class | core/ |
Provides a form element for date or time selection. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UpdateFetcherTest::$logger | property | core/ |
The logger. |
UpdateFetcherTest::$mockConfigFactory | property | core/ |
Mock config factory. |
UpdateFetcherTest::$mockHttpClient | property | core/ |
Mock HTTP client. |
UpdateFetcherTest::$testProject | property | core/ |
A test project to fetch with. |
UpdateFetcherTest::$updateFetcher | property | core/ |
The update fetcher to use. |
UpdateFetcherTest::mockClient | function | core/ |
Mocks the HTTP client. |
UpdateFetcherTest::providerTestUpdateBuildFetchUrl | function | core/ |
Provide test data for self::testUpdateBuildFetchUrl(). |
UpdateFetcherTest::setUp | function | core/ |
|
UpdateFetcherTest::testUpdateBuildFetchUrl | function | core/ |
Tests that buildFetchUrl() builds the URL correctly. |
UpdateFetcherTest::testUpdateFetcherHttpFallback | function | core/ |
@covers ::doRequest @covers ::fetchProjectData |
UpdateFetcherTest::testUpdateFetcherNoFallback | function | core/ |
@covers ::doRequest @covers ::fetchProjectData |
UpdateHookRegistry | class | core/ |
Provides module updates versions handling. |
UpdateHookRegistry.php | file | core/ |
|
UpdateHookRegistry::$allAvailableSchemaVersions | property | core/ |
A static cache of schema currentVersions per module. |
UpdateHookRegistry::$enabledModules | property | core/ |
A list of enabled modules. |
UpdateHookRegistry::$equivalentUpdates | property | core/ |
The core.equivalent_updates key value storage. |
UpdateHookRegistry::$keyValue | property | core/ |
The system.schema key value storage. |
UpdateHookRegistry::deleteEquivalentUpdate | function | core/ |
Removes an equivalent update. |
UpdateHookRegistry::deleteInstalledVersion | function | core/ |
Deletes the installed version information for the module. |
UpdateHookRegistry::determineModuleAndVersion | function | core/ |
Determines the module and update number from the stack trace. |
UpdateHookRegistry::FUNC_NAME_REGEXP | constant | core/ |
Regular expression to match all possible defined hook_update_N(). |
UpdateHookRegistry::getAllEquivalentUpdates | function | core/ |
Returns the equivalent update information for all modules. |
UpdateHookRegistry::getAllInstalledVersions | function | core/ |
Returns the currently installed schema version for all modules. |
UpdateHookRegistry::getAvailableUpdates | function | core/ |
Returns an array of available schema versions for a module. |
UpdateHookRegistry::getEquivalentUpdate | function | core/ |
Gets the EquivalentUpdate object for an update. |
UpdateHookRegistry::getInstalledVersion | function | core/ |
Returns the currently installed schema version for a module. |
UpdateHookRegistry::markFutureUpdateEquivalent | function | core/ |
Marks a future update as equivalent to the current update running. |
UpdateHookRegistry::SCHEMA_UNINSTALLED | constant | core/ |
Indicates that a module has not been installed yet. |
UpdateHookRegistry::setInstalledVersion | function | core/ |
Updates the installed version information for a module. |
UpdateHookRegistry::__construct | function | core/ |
Constructs a new UpdateHookRegistry. |
UpdateHookRegistryFactory | class | core/ |
Service factory for the versioning update registry. |
UpdateHookRegistryFactory.php | file | core/ |
|
UpdateHookRegistryFactory::create | function | core/ |
Creates a new UpdateHookRegistry instance. |
UpdateHookRegistryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Update\UpdateHookRegistry @group Update |
UpdateHookRegistryTest.php | file | core/ |
|
UpdateHookRegistryTest::$equivalentUpdatesStore | property | core/ |
|
UpdateHookRegistryTest::$keyValueFactory | property | core/ |
|
UpdateHookRegistryTest::$keyValueStore | property | core/ |
|
UpdateHookRegistryTest::setUp | function | core/ |
|
UpdateHookRegistryTest::testGetInstalledVersion | function | core/ |
@covers ::getInstalledVersion @covers ::getAllInstalledVersions @covers ::setInstalledVersion @covers ::deleteInstalledVersion |
UpdateHookRegistryTest::testGetVersions | function | core/ |
@covers ::getAvailableUpdates |
UpdateHooks | class | core/ |
Hook implementations for update. |
UpdateHooks.php | file | core/ |
|
UpdateHooks::cron | function | core/ |
Implements hook_cron(). |
UpdateHooks::help | function | core/ |
Implements hook_help(). |
UpdateHooks::mail | function | core/ |
Implements hook_mail(). |
UpdateHooks::modulesInstalled | function | core/ |
Implements hook_modules_installed(). |
UpdateHooks::modulesUninstalled | function | core/ |
Implements hook_modules_uninstalled(). |
UpdateHooks::pageTop | function | core/ |
Implements hook_page_top(). |
UpdateHooks::theme | function | core/ |
Implements hook_theme(). |
Pagination
- Previous page
- Page 72
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.