| Updater::$name |
property |
core/lib/Drupal/Core/Updater/Updater.php |
The name of the project directory (basename). |
| Updater::$root |
property |
core/lib/Drupal/Core/Updater/Updater.php |
The root directory under which new projects will be copied. |
| Updater::$source |
property |
core/lib/Drupal/Core/Updater/Updater.php |
Directory to install from. |
| Updater::$title |
property |
core/lib/Drupal/Core/Updater/Updater.php |
The title of the project. |
| Updater::factory |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Returns an Updater of the appropriate type depending on the source. |
| Updater::findInfoFile |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Determines what the most important (or only) info file is in a directory. |
| Updater::getBackupDir |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Returns the full path to a directory where backups should be written. |
| Updater::getExtensionInfo |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Get Extension information from directory. |
| Updater::getInstallArgs |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Stores the default parameters for the Updater. |
| Updater::getInstallDirectory |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Returns the path to the default install location for the current project. |
| Updater::getProjectName |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Gets the name of the project directory (basename). |
| Updater::getProjectTitle |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Returns the project name from a Drupal info file. |
| Updater::getUpdaterFromDirectory |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Determines which Updater class can operate on the given directory. |
| Updater::install |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Installs a Drupal project, returns a list of next actions. |
| Updater::makeBackup |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Performs a backup. |
| Updater::makeWorldReadable |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Ensures that a given directory is world readable. |
| Updater::postInstall |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Performs actions after installation. |
| Updater::postInstallTasks |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Returns an array of links to pages that should be visited post operation. |
| Updater::postUpdate |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Performs actions after new code is updated. |
| Updater::postUpdateTasks |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Returns an array of links to pages that should be visited post operation. |
| Updater::prepareInstallDirectory |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Makes sure the installation parent directory exists and is writable. |
| Updater::update |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Updates a Drupal project and returns a list of next actions. |
| Updater::__construct |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Constructs a new updater. |
| UpdateReady |
class |
core/modules/update/src/Form/UpdateReady.php |
Configure update settings for this site. |
| UpdateReady.php |
file |
core/modules/update/src/Form/UpdateReady.php |
|
| UpdateReady::$moduleHandler |
property |
core/modules/update/src/Form/UpdateReady.php |
The module handler. |
| UpdateReady::$root |
property |
core/modules/update/src/Form/UpdateReady.php |
The root location under which updated projects will be saved. |
| UpdateReady::$sitePath |
property |
core/modules/update/src/Form/UpdateReady.php |
The Site path. |
| UpdateReady::$state |
property |
core/modules/update/src/Form/UpdateReady.php |
The state key value store. |
| UpdateReady::buildForm |
function |
core/modules/update/src/Form/UpdateReady.php |
Form constructor. |
| UpdateReady::create |
function |
core/modules/update/src/Form/UpdateReady.php |
Instantiates a new instance of this class. |
| UpdateReady::getFormId |
function |
core/modules/update/src/Form/UpdateReady.php |
Returns a unique string identifying the form. |
| UpdateReady::submitForm |
function |
core/modules/update/src/Form/UpdateReady.php |
Form submission handler. |
| UpdateReady::__construct |
function |
core/modules/update/src/Form/UpdateReady.php |
Constructs a new UpdateReady object. |
| UpdateReducedThemeRegistryTest |
class |
core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php |
Tests that update.php is accessible even if there are unstable modules. |
| UpdateReducedThemeRegistryTest.php |
file |
core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php |
|
| UpdateReducedThemeRegistryTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php |
The theme to install as the default for testing. |
| UpdateReducedThemeRegistryTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php |
Modules to install. |
| UpdateReducedThemeRegistryTest::testUpdatePageWithBrokenThemeHook |
function |
core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php |
Tests that the update page can be accessed. |
| UpdateRegistry |
class |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Provides all and missing update implementations. |
| UpdateRegistry.php |
file |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
|
| UpdateRegistry::$enabledExtensions |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
|
| UpdateRegistry::$keyValue |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
The key value storage. |
| UpdateRegistry::$loadedFiles |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
A static cache of all the extension updates scanned for. |
| UpdateRegistry::$logFilename |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
The filename of the log file. |
| UpdateRegistry::$root |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
The app root. |
| UpdateRegistry::$sitePath |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
The site path. |
| UpdateRegistry::$updateType |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
The used update name. |
| UpdateRegistry::filterOutInvokedUpdatesByExtension |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Filters out already executed update functions by extension. |
| UpdateRegistry::getAvailableUpdateFunctions |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Gets all available update functions. |