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 selection. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UpdateHookRegistry::getAvailableUpdates | function | core/ |
Returns an array of available schema versions for a module. |
UpdateHookRegistry::getInstalledVersion | function | core/ |
Returns the currently installed schema version for a module. |
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 UpdateRegistry. |
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::$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 |
UpdateKernel | class | core/ |
Defines a kernel which is used primarily to run the update of Drupal. |
UpdateKernel.php | file | core/ |
|
UpdateKernel::bootSession | function | core/ |
Boots up the session. |
UpdateKernel::cacheDrupalContainer | function | core/ |
Stores the container definition in a cache. |
UpdateKernel::discoverServiceProviders | function | core/ |
Discovers available serviceProviders. |
UpdateKernel::handle | function | core/ |
|
UpdateKernel::handleAccess | function | core/ |
Checks if the current user has rights to access updates page. |
UpdateKernel::handleRaw | function | core/ |
Generates the actual result of update.php. |
UpdateKernel::initializeContainer | function | core/ |
Initializes the service container. |
UpdateKernel::setupRequestMatch | function | core/ |
Set up the request with fake routing data for update.php. |
UpdateKernel::shutdownSession | function | core/ |
Ensures that the session is saved. |
UpdateLobTest | class | core/ |
Tests the Update query builder with LOB fields. |
UpdateLobTest.php | file | core/ |
|
UpdateLobTest::testUpdateMultipleBlob | function | core/ |
Confirms that we can update two blob columns in the same table. |
UpdateLobTest::testUpdateNullBlob | function | core/ |
Tests that we can update a blob column to null. |
UpdateLobTest::testUpdateOneBlob | function | core/ |
Confirms that we can update a blob column. |
UpdateLocalTasksTest | class | core/ |
Tests existence of update local tasks. |
UpdateLocalTasksTest.php | file | core/ |
|
UpdateLocalTasksTest::getUpdateModuleRoutes | function | core/ |
Provides a list of module routes to test. |
UpdateLocalTasksTest::getUpdateReportRoutes | function | core/ |
Provides a list of report routes to test. |
UpdateLocalTasksTest::getUpdateThemeRoutes | function | core/ |
Provides a list of theme routes to test. |
UpdateLocalTasksTest::setUp | function | core/ |
|
UpdateLocalTasksTest::testUpdateModuleLocalTasks | function | core/ |
Checks update module tasks. |
UpdateLocalTasksTest::testUpdateReportLocalTasks | function | core/ |
Checks update report tasks. |
UpdateLocalTasksTest::testUpdateThemeLocalTasks | function | core/ |
Checks update theme tasks. |
UpdateManager | class | core/ |
Default implementation of UpdateManagerInterface. |
UpdateManager.php | file | core/ |
|
UpdateManager::$availableReleasesTempStore | property | core/ |
Update available releases key/value store. |
UpdateManager::$keyValueStore | property | core/ |
The key/value store. |
UpdateManager::$moduleExtensionList | property | core/ |
The module extension list. |
UpdateManager::$moduleHandler | property | core/ |
Module Handler Service. |
UpdateManager::$projects | property | core/ |
An array of installed and enabled projects. |
UpdateManager::$themeHandler | property | core/ |
The theme handler. |
UpdateManager::$updateProcessor | property | core/ |
Update Processor Service. |
UpdateManager::$updateSettings | property | core/ |
The update settings. |
Pagination
- Previous page
- Page 66
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.