Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
InsertQuery::preExecute function includes/database/query.inc Preprocesses and validates the query.
InsertQuery::useDefaults function includes/database/query.inc Specifies fields for which the database defaults should be used.
InsertQuery::values function includes/database/query.inc Adds another set of values to the query to be inserted.
InsertQuery::__construct function includes/database/query.inc Constructs an InsertQuery object.
InsertQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery_mysql class includes/database/mysql/query.inc @file
Query code for MySQL embedded database engine.
InsertQuery_mysql::execute function includes/database/mysql/query.inc
InsertQuery_mysql::__toString function includes/database/mysql/query.inc
InsertQuery_pgsql class includes/database/pgsql/query.inc @file
Query code for PostgreSQL embedded database engine.
InsertQuery_pgsql::execute function includes/database/pgsql/query.inc
InsertQuery_pgsql::__toString function includes/database/pgsql/query.inc
InsertQuery_sqlite class includes/database/sqlite/query.inc SQLite specific implementation of InsertQuery.
InsertQuery_sqlite::execute function includes/database/sqlite/query.inc
InsertQuery_sqlite::__toString function includes/database/sqlite/query.inc
install.core.inc file includes/install.core.inc API functions for installing Drupal.
install.inc file includes/database/sqlite/install.inc SQLite specific install functions
install.inc file includes/database/mysql/install.inc Installation code for MySQL embedded database engine.
install.inc file includes/database/pgsql/install.inc Install functions for PostgreSQL embedded database engine.
install.inc file includes/install.inc API functions for installing modules and themes.
INSTALL.mysql.txt file ./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…
INSTALL.pgsql.txt file ./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.php file ./install.php Initiates a browser-based installation of Drupal.
INSTALL.sqlite.txt file ./INSTALL.sqlite.txt 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 ./INSTALL.txt 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/install.core.inc Indicates that Drupal has already been installed.
install_begin_request function includes/install.core.inc Begins an installation request, modifying the installation state as needed.
install_bootstrap_full function includes/install.core.inc Performs a full bootstrap of Drupal during installation.
install_check_requirements function includes/install.core.inc Checks installation requirements and reports any errors.
install_configure_form function includes/install.core.inc Form constructor for a form to configure the new site.
install_configure_form_submit function includes/install.core.inc Form submission handler for install_configure_form().
install_configure_form_validate function includes/install.core.inc Form validation handler for install_configure_form().
install_database_errors function includes/install.core.inc Checks a database connection and returns any errors.
install_display_output function includes/install.core.inc Displays themed installer output and ends the page request.
install_drupal function includes/install.core.inc Installs Drupal either interactively or via an array of passed-in settings.
install_find_locales function includes/install.core.inc Find all .po files for the current profile.
install_find_profiles function includes/install.core.inc Finds all .profile files.
install_finished function includes/install.core.inc Finishes importing files at end of installation.
install_full_redirect_url function includes/install.core.inc Returns the complete URL redirected to during an installation request.
install_goto function includes/install.inc Sends the user to a different installer page.
install_import_locales function includes/install.core.inc Imports languages via a batch process during installation.
install_import_locales_remaining function includes/install.core.inc Installation task; import remaining languages via a batch process.
install_load_profile function includes/install.core.inc Loads information about the chosen profile during installation.
install_no_profile_error function includes/install.core.inc Indicates that there are no profiles available.
install_profile_info function includes/install.inc Retrieves information about an installation profile from its .info file.
install_profile_modules function includes/install.core.inc Installs required modules via a batch process.
install_redirect_url function includes/install.core.inc Returns the URL that should be redirected to during an installation request.
install_run_task function includes/install.core.inc Runs an individual installation task.
install_run_tasks function includes/install.core.inc Runs all tasks for the current installation request.
install_select_locale function includes/install.core.inc Installation task; select which locale to use for the current profile.
install_select_locale_form function includes/install.core.inc Form constructor for the language selection form.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.