Search for db
Title | Object type | File name | Summary |
---|---|---|---|
DbToolsApplication | class | core/ |
Provides a command to import a database generation script. |
DbToolsApplication.php | file | core/ |
|
DbToolsApplication::getDefaultCommands | function | core/ |
|
DbToolsApplication::__construct | function | core/ |
|
DbToolsApplicationTest | class | core/ |
Test that the DbToolsApplication works correctly. |
DbToolsApplicationTest.php | file | core/ |
|
DbToolsApplicationTest::testDumpCommandRegistration | function | core/ |
Test that the dump command is correctly registered. |
DbToolsApplicationTest::testImportCommandRegistration | function | core/ |
Test that the dump command is correctly registered. |
DbUpdateAccessCheck | class | core/ |
Access check for database update routes. |
DbUpdateAccessCheck.php | file | core/ |
|
DbUpdateAccessCheck::access | function | core/ |
Checks access for update routes. |
DbUpdateController | class | core/ |
Controller routines for database update routes. |
DbUpdateController.php | file | core/ |
|
DbUpdateController::$account | property | core/ |
The current user. |
DbUpdateController::$bareHtmlPageRenderer | property | core/ |
The bare HTML page renderer. |
DbUpdateController::$cache | property | core/ |
A cache backend interface. |
DbUpdateController::$keyValueExpirableFactory | property | core/ |
The keyvalue expirable factory. |
DbUpdateController::$moduleHandler | property | core/ |
The module handler. |
DbUpdateController::$postUpdateRegistry | property | core/ |
The post update registry. |
DbUpdateController::$root | property | core/ |
The app root. |
DbUpdateController::$state | property | core/ |
The state service. |
DbUpdateController::batchFinished | function | core/ |
Finishes the update process and stores the results for eventual display. |
DbUpdateController::create | function | core/ |
Instantiates a new instance of this class. |
DbUpdateController::getModuleUpdates | function | core/ |
Retrieves module updates. |
DbUpdateController::handle | function | core/ |
Returns a database update page. |
DbUpdateController::helpfulLinks | function | core/ |
Provides links to the homepage and administration pages. |
DbUpdateController::info | function | core/ |
Returns the info database update page. |
DbUpdateController::requirements | function | core/ |
Renders a list of requirement errors or warnings. |
DbUpdateController::results | function | core/ |
Displays results of the update script with any accompanying errors. |
DbUpdateController::selection | function | core/ |
Renders a list of available database updates. |
DbUpdateController::triggerBatch | function | core/ |
Starts the database update batch process. |
DbUpdateController::updateTasksList | function | core/ |
Provides the update task list render array. |
DbUpdateController::__construct | function | core/ |
Constructs a new UpdateController. |
DbUpdateNegotiator | class | core/ |
Sets the active theme for the database update pages. |
DbUpdateNegotiator.php | file | core/ |
|
DbUpdateNegotiator::$configFactory | property | core/ |
The config factory. |
DbUpdateNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
DbUpdateNegotiator::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
DbUpdateNegotiator::__construct | function | core/ |
Constructs a DbUpdateNegotiator. |
DbUpdatesTrait | trait | core/ |
Provides methods to conditionally enable db update functions and apply pending db updates through the Update UI. |
DbUpdatesTrait | trait | core/ |
Provides methods to conditionally enable db update functions and apply pending db updates through the Update UI. |
DbUpdatesTrait.php | file | core/ |
|
DbUpdatesTrait.php | file | core/ |
|
DbUpdatesTrait::applyUpdates | function | core/ |
Applies any pending DB updates through the Update UI. |
DbUpdatesTrait::applyUpdates | function | core/ |
Applies any pending DB updates through the Update UI. |
DbUpdatesTrait::enableUpdates | function | core/ |
Enables db updates until the specified index. |
DbUpdatesTrait::enableUpdates | function | core/ |
Enables db updates until the specified index. |
DbUpdatesTrait::includeUpdates | function | core/ |
Conditionally load Update API functions for the specified group. |
db_add_field | function | core/ |
Adds a new field to a table. |
db_add_index | function | core/ |
Adds an index. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.