filter_install |
function |
drupal/core/modules/filter/filter.install |
Implements hook_install(). |
menu_uninstall |
function |
drupal/core/modules/menu/menu.install |
Implements hook_uninstall(). |
book_uninstall |
function |
drupal/core/modules/book/book.install |
Implements hook_uninstall(). |
syslog.install |
file |
drupal/core/modules/syslog/syslog.install |
Install, update and uninstall functions for the syslog module. |
install_drupal |
function |
drupal/core/includes/install.core.inc |
Installs Drupal either interactively or via an array of passed-in settings. |
locale.install |
file |
drupal/core/modules/locale/locale.install |
Install, update, and uninstall functions for the Locale module. |
toolbar.install |
file |
drupal/core/modules/toolbar/toolbar.install |
Install, update and uninstall functions for the toolbar module. |
tracker.install |
file |
drupal/core/modules/tracker/tracker.install |
Install, update, and uninstall functions for tracker.module. |
minimal_install |
function |
drupal/core/profiles/minimal/minimal.install |
Implements hook_install(). |
testing_install |
function |
drupal/core/profiles/testing/testing.install |
Implements hook_install(). |
comment.install |
file |
drupal/core/modules/comment/comment.install |
Install, update and uninstall functions for the Comment module. |
options.install |
file |
drupal/core/modules/field/modules/options/options.install |
Install, update and uninstall functions for the options module. |
forum_uninstall |
function |
drupal/core/modules/forum/forum.install |
Implements hook_uninstall(). |
minimal.install |
file |
drupal/core/profiles/minimal/minimal.install |
Install, update and uninstall functions for the minimal installation profile. |
testing.install |
file |
drupal/core/profiles/testing/testing.install |
Install, update and uninstall functions for the testing profile. |
InstallTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/InstallTest.php |
Definition of Drupal\system\Tests\Module\InstallTest. |
contact.install |
file |
drupal/core/modules/contact/contact.install |
Install, update and uninstall functions for the contact module. |
history.install |
file |
drupal/core/modules/history/history.install |
Installation functions for History module. |
contact_install |
function |
drupal/core/modules/contact/contact.install |
Implements hook_install(). |
InstallTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/InstallTest.php |
Definition of Drupal\system\Tests\Cache\InstallTest. |
image_uninstall |
function |
drupal/core/modules/image/image.install |
Implements hook_uninstall(). |
overlay.install |
file |
drupal/core/modules/overlay/overlay.install |
Install, update, and uninstall functions for the Overlay module. |
rdf_test.install |
file |
drupal/core/modules/rdf/tests/rdf_test.install |
Install, update and uninstall functions for the rdf module. |
install_finished |
function |
drupal/core/includes/install.core.inc |
Performs final installation steps and displays a 'finished' page. |
language.install |
file |
drupal/core/modules/language/language.install |
Install, update and uninstall functions for the language module. |
update_uninstall |
function |
drupal/core/modules/update/update.install |
Implements hook_uninstall(). |
locale_uninstall |
function |
drupal/core/modules/locale/locale.install |
Implements hook_uninstall(). |
standard_install |
function |
drupal/core/profiles/standard/standard.install |
Implements hook_install(). |
standard.install |
file |
drupal/core/profiles/standard/standard.install |
Install, update and uninstall functions for the standard installation profile. |
rdf_test_install |
function |
drupal/core/modules/rdf/tests/rdf_test.install |
Implements hook_install(). |
shortcut_install |
function |
drupal/core/modules/shortcut/shortcut.install |
Implements hook_install(). |
Updater::install |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Installs a Drupal project, returns a list of next actions. |
SCHEMA_INSTALLED |
constant |
drupal/core/includes/schema.inc |
Indicates that a module has been installed. |
shortcut.install |
file |
drupal/core/modules/shortcut/shortcut.install |
Install, update and uninstall functions for the shortcut module. |
language_install |
function |
drupal/core/modules/language/language.install |
Implements hook_install(). |
install.core.inc |
file |
drupal/core/includes/install.core.inc |
API functions for installing Drupal. |
taxonomy.install |
file |
drupal/core/modules/taxonomy/taxonomy.install |
Install, update and uninstall functions for the taxonomy module. |
module_uninstall |
function |
drupal/core/includes/module.inc |
Uninstalls a given list of modules. |
install_run_task |
function |
drupal/core/includes/install.core.inc |
Runs an individual installation task. |
UninstallTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/UninstallTest.php |
Definition of Drupal\system\Tests\Module\UninstallTest. |
tracker_uninstall |
function |
drupal/core/modules/tracker/tracker.install |
Implements hook_uninstall(). |
ConfigInstallTest |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php |
Tests installation of configuration objects in installation functionality. |
INSTALL.pgsql.txt |
file |
drupal/core/INSTALL.pgsql.txt |
CREATE THE PostgreSQL DATABASE
------------------------------
Note that the database must be created with UTF-8 (Unicode) encoding.
1. CREATE DATABASE USER
This step is only necessary if you don't already have a user set up (e.g., by
… |
INSTALL.mysql.txt |
file |
drupal/core/INSTALL.mysql.txt |
CREATE THE MySQL DATABASE
--------------------------
This step is only necessary if you don't already have a database set up (e.g.,
by your host). In the following examples, 'username' is an example MySQL user
which has the CREATE and… |
comment_uninstall |
function |
drupal/core/modules/comment/comment.install |
Implements hook_uninstall(). |
LocaleInstallTest |
class |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleInstallTest.php |
Tests for the st() function. |
INSTALL_TASK_SKIP |
constant |
drupal/core/includes/install.core.inc |
Do not run the task during the current installation request. |
install_run_tasks |
function |
drupal/core/includes/install.core.inc |
Runs all tasks for the current installation request. |
cache_test.install |
file |
drupal/core/modules/system/tests/modules/cache_test/cache_test.install |
Install, update and uninstall functions for the cache_test module. |
breakpoint.install |
file |
drupal/core/modules/breakpoint/breakpoint.install |
Enable, install, update and uninstall functions for the breakpoint module. |