rdf_modules_installed |
function |
drupal/core/modules/rdf/rdf.module |
Implements hook_modules_installed(). |
drupal_install_system |
function |
drupal/core/includes/install.inc |
Installs the system module. |
InstallerLanguageTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/InstallerLanguageTest.php |
Tests installer language detection. |
drupal_install_schema |
function |
drupal/core/includes/schema.inc |
Creates all tables defined in a module's hook_schema(). |
install_begin_request |
function |
drupal/core/includes/install.core.inc |
Begins an installation request, modifying the installation state as needed. |
InstallTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/InstallTest.php |
Modules to enable. |
InstallTest::$profile |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/InstallTest.php |
The profile to install as a basis for testing. |
install_settings_form |
function |
drupal/core/includes/install.core.inc |
Form constructor for a form to configure and rewrite settings.php. |
install_select_profile |
function |
drupal/core/includes/install.core.inc |
Selects which profile to 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. |
InstallBackend::delete |
function |
drupal/core/lib/Drupal/Core/Cache/InstallBackend.php |
Overrides Drupal\Core\Cache\DatabaseBackend::delete(). |
UninstallTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/UninstallTest.php |
|
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(). |
url_alter_test_install |
function |
drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.install |
Impelement hook_install(). |
PhpExtensions::install |
function |
drupal/core/vendor/doctrine/common/bin/travis-setup.php |
|
install_state_defaults |
function |
drupal/core/includes/install.core.inc |
Returns an array of default settings for the global installation state. |
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 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. |
InstallStorage::listAll |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Implements Drupal\Core\Config\StorageInterface::listAll(). |
_install_configure_form |
function |
drupal/core/includes/install.core.inc |
Form constructor for a site configuration form. |
hook_modules_preinstall |
function |
drupal/core/modules/system/system.api.php |
Perform necessary actions before modules are installed. |
views_test_data_install |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.install |
Implements hook_install(). |
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. |
InstallBackend::isEmpty |
function |
drupal/core/lib/Drupal/Core/Cache/InstallBackend.php |
Overrides Drupal\Core\Cache\DatabaseBackend::isEmpty(). |
UninstallTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/UninstallTest.php |
Modules to enable. |
LocaleUninstallTest.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php |
Definition of Drupal\locale\Tests\LocaleUninstallTest. |
rdf_modules_uninstalled |
function |
drupal/core/modules/rdf/rdf.module |
Implements hook_modules_uninstalled(). |
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. |
drupal_uninstall_schema |
function |
drupal/core/includes/schema.inc |
Removes all tables defined in a module's hook_schema(). |
Theme::postInstallTasks |
function |
drupal/core/lib/Drupal/Core/Updater/Theme.php |
Overrides Drupal\Core\Updater\Updater::postInstallTasks(). |
install_database_errors |
function |
drupal/core/includes/install.core.inc |
Checks a database connection and returns any errors. |
install_no_profile_error |
function |
drupal/core/includes/install.core.inc |
Indicates that there are no profiles available. |
hook_modules_uninstalled |
function |
drupal/core/modules/system/system.api.php |
Perform necessary actions after modules are uninstalled. |
hook_install_tasks_alter |
function |
drupal/core/modules/system/system.api.php |
Alter the full list of installation tasks. |
user_modules_uninstalled |
function |
drupal/core/modules/user/user.module |
Implements hook_modules_uninstalled(). |
action_loop_test.install |
file |
drupal/core/modules/action/tests/action_loop_test/action_loop_test.install |
|
system_modules_uninstall |
function |
drupal/core/modules/system/system.admin.inc |
Builds a form of currently 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. |
ConfigInstallTest::setUp |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php |
Sets up Drupal unit test environment. |
Module::postInstallTasks |
function |
drupal/core/lib/Drupal/Core/Updater/Module.php |
Overrides Drupal\Core\Updater\Updater::postInstallTasks(). |
action_loop_test_install |
function |
drupal/core/modules/action/tests/action_loop_test/action_loop_test.install |
Implements hook_install(). |
LocaleInstallTest::setUp |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleInstallTest.php |
Sets up a Drupal site for running functional and integration tests. |