Search for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Search 11.x for install
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
field.install | file | modules/ |
Install, update and uninstall functions for the field module. |
field_sql_storage.install | file | modules/ |
Install, update and uninstall functions for the field_sql_storage module. |
field_test.install | file | modules/ |
Install, update and uninstall functions for the field_test module. |
field_test_install | function | modules/ |
Implements hook_install(). |
field_test_schema_alter.install | file | modules/ |
Install, update and uninstall functions for the field_test_schema_alter module. |
file.install | file | modules/ |
Install, update and uninstall functions for File module. |
filter.install | file | modules/ |
Install, update, and uninstall functions for the Filter module. |
filter_install | function | modules/ |
Implements hook_install(). |
forum.install | file | modules/ |
Install, update, and uninstall functions for the Forum module. |
forum_install | function | modules/ |
Implements hook_install(). |
forum_uninstall | function | modules/ |
Implements hook_uninstall(). |
hook_install | function | modules/ |
Perform setup tasks when the module is installed. |
hook_install_tasks | function | modules/ |
Return an array of tasks to be performed by an installation profile. |
hook_install_tasks_alter | function | modules/ |
Alter the full list of installation tasks. |
hook_modules_installed | function | modules/ |
Perform necessary actions after modules are installed. |
hook_modules_uninstalled | function | modules/ |
Perform necessary actions after modules are uninstalled. |
hook_uninstall | function | modules/ |
Remove any information that the module sets. |
image.install | file | modules/ |
Install, update and uninstall functions for the image module. |
image_install | function | modules/ |
Implements hook_install(). |
image_uninstall | function | modules/ |
Implements hook_uninstall(). |
install.core.inc | file | includes/ |
API functions for installing Drupal. |
install.inc | file | includes/ |
API functions for installing modules and themes. |
install.inc | file | includes/ |
Install functions for PostgreSQL embedded database engine. |
install.inc | file | includes/ |
Installation code for MySQL embedded database engine. |
install.inc | file | includes/ |
SQLite specific install functions |
INSTALL.mysql.txt | file | ./ |
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… |
INSTALL.pgsql.txt | file | ./ |
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.php | file | ./ |
Initiates a browser-based installation of Drupal. |
INSTALL.sqlite.txt | file | ./ |
SQLITE REQUIREMENTS ------------------- To use SQLite with your Drupal installation, the following requirements must be met: Server has PHP 5.6 or later with PDO, and the PDO SQLite driver must be enabled. SQLITE DATABASE… |
INSTALL.txt | file | ./ |
CONTENTS OF THIS FILE --------------------- * Requirements and notes * Optional server requirements * Installation * Building and customizing your site * Multisite configuration * More information REQUIREMENTS AND… |
install_already_done_error | function | includes/ |
Indicates that Drupal has already been installed. |
install_begin_request | function | includes/ |
Begins an installation request, modifying the installation state as needed. |
install_bootstrap_full | function | includes/ |
Performs a full bootstrap of Drupal during installation. |
install_check_requirements | function | includes/ |
Checks installation requirements and reports any errors. |
install_configure_form | function | includes/ |
Form constructor for a form to configure the new site. |
install_configure_form_submit | function | includes/ |
Form submission handler for install_configure_form(). |
install_configure_form_validate | function | includes/ |
Form validation handler for install_configure_form(). |
install_database_errors | function | includes/ |
Checks a database connection and returns any errors. |
install_display_output | function | includes/ |
Displays themed installer output and ends the page request. |
install_drupal | function | includes/ |
Installs Drupal either interactively or via an array of passed-in settings. |
install_find_locales | function | includes/ |
Find all .po files for the current profile. |
install_find_profiles | function | includes/ |
Finds all .profile files. |
install_finished | function | includes/ |
Finishes importing files at end of installation. |
install_full_redirect_url | function | includes/ |
Returns the complete URL redirected to during an installation request. |
install_goto | function | includes/ |
Sends the user to a different installer page. |
install_import_locales | function | includes/ |
Imports languages via a batch process during installation. |
install_import_locales_remaining | function | includes/ |
Installation task; import remaining languages via a batch process. |
install_load_profile | function | includes/ |
Loads information about the chosen profile during installation. |
install_no_profile_error | function | includes/ |
Indicates that there are no profiles available. |
install_profile_info | function | includes/ |
Retrieves information about an installation profile from its .info file. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.