locale_test_uninstall |
function |
drupal/core/modules/locale/tests/modules/locale_test/locale_test.install |
Implements hook_uninstall(). |
InstallStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::write(). |
drupal_install_system |
function |
drupal/core/includes/install.inc |
Installs the system module. |
InstallerLanguageTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Installer/InstallerLanguageTest.php |
Tests installer language detection. |
database_test.install |
file |
drupal/core/modules/system/tests/modules/database_test/database_test.install |
Install, update and uninstall functions for the database_test module. |
update_test_1.install |
file |
drupal/core/modules/system/tests/modules/update_test_1/update_test_1.install |
Install, update and uninstall functions for the update_test_1 module. |
InstallTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/InstallTest.php |
Modules to enable. |
UninstallTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/UninstallTest.php |
|
PhpExtensions::install |
function |
drupal/core/vendor/doctrine/common/bin/travis-setup.php |
|
InstallerTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/InstallerTest.php |
|
install_state_defaults |
function |
drupal/core/includes/install.core.inc |
Returns an array of default settings for the global installation state. |
url_alter_test.install |
file |
drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.install |
|
user_modules_installed |
function |
drupal/core/modules/user/user.module |
Implements hook_modules_installed(). |
install_display_output |
function |
drupal/core/includes/install.core.inc |
Displays themed installer output and ends the page request. |
install_select_profile |
function |
drupal/core/includes/install.core.inc |
Selects which profile to install. |
url_alter_test_install |
function |
drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.install |
Impelement hook_install(). |
install_bootstrap_full |
function |
drupal/core/includes/install.core.inc |
Performs a full bootstrap of Drupal during installation. |
install_configure_form |
function |
drupal/core/includes/install.core.inc |
Form constructor for a form to configure the new site. |
InstallStorage::delete |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::delete(). |
InstallStorage::rename |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::rename(). |
hook_modules_installed |
function |
drupal/core/modules/system/system.api.php |
Perform necessary actions after modules are installed. |
Theme::postInstallTasks |
function |
drupal/core/lib/Drupal/Core/Updater/Theme.php |
Overrides Drupal\Core\Updater\Updater::postInstallTasks(). |
drupal_uninstall_schema |
function |
drupal/core/includes/schema.inc |
Removes all tables defined in a module's hook_schema(). |
rdf_modules_uninstalled |
function |
drupal/core/modules/rdf/rdf.module |
Implements hook_modules_uninstalled(). |
UninstallTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/UninstallTest.php |
Modules to enable. |
views_test_data.install |
file |
drupal/core/modules/views/tests/views_test_data/views_test_data.install |
Install, update, and uninstall functions for the Views Test module. |
views_test_data_install |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.install |
Implements hook_install(). |
ViewTestConfigInstaller |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestConfigInstaller.php |
Defines a configuration installer. |
LocaleUninstallTest.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php |
Definition of Drupal\locale\Tests\LocaleUninstallTest. |
install_database_errors |
function |
drupal/core/includes/install.core.inc |
Checks a database connection and returns any errors. |
_install_select_profile |
function |
drupal/core/includes/install.core.inc |
Selects an installation profile. |
install_select_language |
function |
drupal/core/includes/install.core.inc |
Selects which language to use during installation. |
install_profile_modules |
function |
drupal/core/includes/install.core.inc |
Installs required modules via a batch process. |
_install_prepare_import |
function |
drupal/core/includes/install.core.inc |
Tells the translation import process that Drupal core is installed. |
_install_configure_form |
function |
drupal/core/includes/install.core.inc |
Form constructor for a site configuration form. |
InstallStorage::listAll |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Implements Drupal\Core\Config\StorageInterface::listAll(). |
drupal_install_fix_file |
function |
drupal/core/includes/install.inc |
Attempts to fix file permissions. |
Updater::getInstallArgs |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Stores the default parameters for the Updater. |
hook_modules_preinstall |
function |
drupal/core/modules/system/system.api.php |
Perform necessary actions before modules are installed. |
hook_install_tasks_alter |
function |
drupal/core/modules/system/system.api.php |
Alter the full list of installation tasks. |
system_modules_uninstall |
function |
drupal/core/modules/system/system.admin.inc |
Form constructor for the uninstalling disabled modules form. |
config.storage.installer |
service |
drupal/core/core.services.yml |
Drupal\Core\Config\InstallStorage |
InstallerTest::drupalGet |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/InstallerTest.php |
This override is necessary because the parent drupalGet() calls t(), which
is not available early during installation. |
install_tasks_to_perform |
function |
drupal/core/includes/install.core.inc |
Returns a list of tasks to perform during the current installation request. |
user_modules_uninstalled |
function |
drupal/core/modules/user/user.module |
Implements hook_modules_uninstalled(). |
install_tasks_to_display |
function |
drupal/core/includes/install.core.inc |
Returns a list of tasks that should be displayed to the end user. |
ModuleHandler::uninstall |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php |
Uninstalls a given list of disabled modules. |
node_access_test.install |
file |
drupal/core/modules/node/tests/modules/node_access_test/node_access_test.install |
Install, update and uninstall functions for the node_access_test module. |
ConfigInstallWebTest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallWebTest.php |
Definition of Drupal\config\Tests\ConfigInstallTest. |
install_no_profile_error |
function |
drupal/core/includes/install.core.inc |
Indicates that there are no profiles available. |