statistics.install |
file |
drupal/core/modules/statistics/statistics.install |
Install and update functions for the Statistics module. |
hook_install_tasks |
function |
drupal/core/modules/system/system.api.php |
Return an array of tasks to be performed by an installation profile. |
Tasks::installable |
function |
drupal/core/lib/Drupal/Core/Database/Install/Tasks.php |
Check whether Drupal is installable on the database. |
aggregator.install |
file |
drupal/core/modules/aggregator/aggregator.install |
Install, update and uninstall functions for the aggregator module. |
field_test.install |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.install |
Install, update and uninstall functions for the field_test module. |
InstallStorage.php |
file |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Contains Drupal\Core\Config\InstallStorage. |
shortcut_uninstall |
function |
drupal/core/modules/shortcut/shortcut.install |
Implements hook_uninstall(). |
SCHEMA_UNINSTALLED |
constant |
drupal/core/includes/schema.inc |
Indicates that a module has not been installed yet. |
Theme::isInstalled |
function |
drupal/core/lib/Drupal/Core/Updater/Theme.php |
Implements Drupal\Core\Updater\UpdaterInterface::isInstalled(). |
Theme::postInstall |
function |
drupal/core/lib/Drupal/Core/Updater/Theme.php |
Overrides Drupal\Core\Updater\Updater::postInstall(). |
simpletest.install |
file |
drupal/core/modules/simpletest/simpletest.install |
Install, update and uninstall functions for the simpletest module. |
taxonomy_uninstall |
function |
drupal/core/modules/taxonomy/taxonomy.install |
Implements hook_uninstall(). |
InstallBackend.php |
file |
drupal/core/lib/Drupal/Core/Cache/InstallBackend.php |
Definition of Drupal\Core\Cache\InstallBackend. |
INSTALL.sqlite.txt |
file |
drupal/core/INSTALL.sqlite.txt |
SQLITE REQUIREMENTS
-------------------
To use SQLite with your Drupal installation, the following requirements must be
met: Server has PHP 5.3.3 or later with PDO, and the PDO SQLite driver must be
enabled.
SQLITE DATABASE… |
language_uninstall |
function |
drupal/core/modules/language/language.install |
Implements hook_uninstall(). |
field_test_install |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.install |
Implements hook_install(). |
theme_install_page |
function |
drupal/core/includes/theme.maintenance.inc |
Returns HTML for the installation page. |
InstallBackend::get |
function |
drupal/core/lib/Drupal/Core/Cache/InstallBackend.php |
Overrides Drupal\Core\Cache\DatabaseBackend::get(). |
InstallBackend::set |
function |
drupal/core/lib/Drupal/Core/Cache/InstallBackend.php |
Overrides Drupal\Core\Cache\DatabaseBackend::set(). |
module_test_install |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.install |
Implements hook_install(). |
entity_test.install |
file |
drupal/core/modules/system/tests/modules/entity_test/entity_test.install |
Install, update and uninstall functions for the entity_test module. |
db_installer_object |
function |
drupal/core/includes/install.inc |
Returns a database installer object. |
entity_test_install |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.install |
Implements hook_install(). |
translation.install |
file |
drupal/core/modules/translation/translation.install |
Update function for the translation module. |
Module::isInstalled |
function |
drupal/core/lib/Drupal/Core/Updater/Module.php |
Implements Drupal\Core\Updater\UpdaterInterface::isInstalled(). |
locale_test.install |
file |
drupal/core/modules/locale/tests/modules/locale_test/locale_test.install |
Install, update and uninstall functions for the locale_test module. |
LocaleUninstallTest |
class |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php |
Locale uninstall with English UI functional test. |
module_load_install |
function |
drupal/core/includes/module.inc |
Loads a module's installation hooks. |
module_test.install |
file |
drupal/core/modules/system/tests/modules/module_test/module_test.install |
Install, update and uninstall functions for the module_test module. |
install_base_system |
function |
drupal/core/includes/install.core.inc |
Installation task; install the base functionality Drupal needs to bootstrap. |
install_load_profile |
function |
drupal/core/includes/install.core.inc |
Loads information about the chosen profile during installation. |
InstallTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/InstallTest.php |
|
statistics_uninstall |
function |
drupal/core/modules/statistics/statistics.install |
Implements hook_uninstall(). |
drupal_install_mkdir |
function |
drupal/core/includes/install.inc |
Creates a directory with the specified permissions. |
install_profile_info |
function |
drupal/core/includes/install.inc |
Retrieves information about an installation profile from its .info file. |
Updater::postInstall |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Performs actions after installation. |
simpletest_uninstall |
function |
drupal/core/modules/simpletest/simpletest.install |
Implements hook_uninstall(). |
InstallTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/InstallTest.php |
|
install_redirect_url |
function |
drupal/core/includes/install.core.inc |
Returns the URL that should be redirected to during an installation request. |
InstallStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::write(). |
_install_module_batch |
function |
drupal/core/includes/install.core.inc |
Batch callback for batch installation of modules. |
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_3.install |
file |
drupal/core/modules/system/tests/modules/update_test_3/update_test_3.install |
Install, update and uninstall functions for the update_test_3 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. |
update_test_2.install |
file |
drupal/core/modules/system/tests/modules/update_test_2/update_test_2.install |
Install, update and uninstall functions for the update_test_2 module. |
taxonomy_test.install |
file |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.install |
Install, update and uninstall functions for the taxonomy_test module. |
locale_test_uninstall |
function |
drupal/core/modules/locale/tests/modules/locale_test/locale_test.install |
Implements hook_uninstall(). |
ConfigInstallTest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php |
Definition of Drupal\config\Tests\ConfigInstallTest. |
LocaleInstallTest.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleInstallTest.php |
Definition of Drupal\locale\Tests\LocaleInstallTest. |