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 |
---|---|---|---|
Updater::getUpdaterFromDirectory | function | core/ |
Determines which Updater class can operate on the given directory. |
Updater::install | function | core/ |
Installs a Drupal project, returns a list of next actions. |
Updater::makeBackup | function | core/ |
Performs a backup. |
Updater::makeWorldReadable | function | core/ |
Ensures that a given directory is world readable. |
Updater::postInstall | function | core/ |
Performs actions after installation. |
Updater::postInstallTasks | function | core/ |
Returns an array of links to pages that should be visited post operation. |
Updater::postUpdate | function | core/ |
Performs actions after new code is updated. |
Updater::postUpdateTasks | function | core/ |
Returns an array of links to pages that should be visited post operation. |
Updater::prepareInstallDirectory | function | core/ |
Makes sure the installation parent directory exists and is writable. |
Updater::update | function | core/ |
Updates a Drupal project and returns a list of next actions. |
Updater::__construct | function | core/ |
Constructs a new updater. |
UpdateReady | class | core/ |
Configure update settings for this site. |
UpdateReady.php | file | core/ |
|
UpdateReady::$moduleHandler | property | core/ |
The module handler. |
UpdateReady::$root | property | core/ |
The root location under which updated projects will be saved. |
UpdateReady::$sitePath | property | core/ |
The Site path. |
UpdateReady::$state | property | core/ |
The state key value store. |
UpdateReady::buildForm | function | core/ |
Form constructor. |
UpdateReady::create | function | core/ |
Instantiates a new instance of this class. |
UpdateReady::getFormId | function | core/ |
Returns a unique string identifying the form. |
UpdateReady::submitForm | function | core/ |
Form submission handler. |
UpdateReady::__construct | function | core/ |
Constructs a new UpdateReady object. |
UpdateRegistry | class | core/ |
Provides all and missing update implementations. |
UpdateRegistry.php | file | core/ |
|
UpdateRegistry::$enabledModules | property | core/ |
|
UpdateRegistry::$includeTests | property | core/ |
Should we respect update functions in tests. |
UpdateRegistry::$keyValue | property | core/ |
The key value storage. |
UpdateRegistry::$logFilename | property | core/ |
The filename of the log file. |
UpdateRegistry::$root | property | core/ |
The app root. |
UpdateRegistry::$sitePath | property | core/ |
The site path. |
UpdateRegistry::$updateType | property | core/ |
The used update name. |
UpdateRegistry::filterOutInvokedUpdatesByModule | function | core/ |
Filters out already executed update functions by module. |
UpdateRegistry::getAvailableUpdateFunctions | function | core/ |
Gets all available update functions. |
UpdateRegistry::getModuleUpdateFunctions | function | core/ |
Returns all available updates for a given module. |
UpdateRegistry::getPendingUpdateFunctions | function | core/ |
Find all update functions that haven't been executed. |
UpdateRegistry::getPendingUpdateInformation | function | core/ |
Returns a list of all the pending updates. |
UpdateRegistry::getRemovedPostUpdates | function | core/ |
Gets removed hook_post_update_NAME() implementations for a module. |
UpdateRegistry::loadUpdateFile | function | core/ |
Loads the {$this->updateType}.php file for a given extension. |
UpdateRegistry::loadUpdateFiles | function | core/ |
Loads all update files for a given list of extension. |
UpdateRegistry::registerInvokedUpdates | function | core/ |
Registers that update functions were executed. |
UpdateRegistry::scanExtensionsAndLoadUpdateFiles | function | core/ |
Scans all module + profile extensions and load the update files. |
UpdateRegistry::__construct | function | core/ |
Constructs a new UpdateRegistry. |
UpdateRegistryFactory | class | core/ |
Service factory for the update registry. |
UpdateRegistryFactory.php | file | core/ |
|
UpdateRegistryFactory::create | function | core/ |
Creates a new UpdateRegistry instance. |
UpdateRegistryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Update\UpdateRegistry[[api-linebreak]] @group Update |
UpdateRegistryTest.php | file | core/ |
|
UpdateRegistryTest::setUp | function | core/ |
|
UpdateRegistryTest::setupBasicModules | function | core/ |
Sets up some modules with some update functions. |
UpdateRegistryTest::testFilterOutInvokedUpdatesByModule | function | core/ |
@covers ::filterOutInvokedUpdatesByModule[[api-linebreak]] |
Pagination
- Previous page
- Page 80
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.