Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| InsertQuery::preExecute | function | includes/ |
Preprocesses and validates the query. |
| InsertQuery::useDefaults | function | includes/ |
Specifies fields for which the database defaults should be used. |
| InsertQuery::values | function | includes/ |
Adds another set of values to the query to be inserted. |
| InsertQuery::__construct | function | includes/ |
Constructs an InsertQuery object. |
| InsertQuery::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
| InsertQuery_mysql | class | includes/ |
@file Query code for MySQL embedded database engine. |
| InsertQuery_mysql::execute | function | includes/ |
|
| InsertQuery_mysql::__toString | function | includes/ |
|
| InsertQuery_pgsql | class | includes/ |
@file Query code for PostgreSQL embedded database engine. |
| InsertQuery_pgsql::execute | function | includes/ |
|
| InsertQuery_pgsql::__toString | function | includes/ |
|
| InsertQuery_sqlite | class | includes/ |
SQLite specific implementation of InsertQuery. |
| InsertQuery_sqlite::execute | function | includes/ |
|
| InsertQuery_sqlite::__toString | function | includes/ |
|
| install.core.inc | file | includes/ |
API functions for installing Drupal. |
| install.inc | file | includes/ |
SQLite specific install functions |
| install.inc | file | includes/ |
Installation code for MySQL embedded database engine. |
| install.inc | file | includes/ |
Install functions for PostgreSQL embedded database engine. |
| install.inc | file | includes/ |
API functions for installing modules and themes. |
| 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. |
| install_profile_modules | function | includes/ |
Installs required modules via a batch process. |
| install_redirect_url | function | includes/ |
Returns the URL that should be redirected to during an installation request. |
| install_run_task | function | includes/ |
Runs an individual installation task. |
| install_run_tasks | function | includes/ |
Runs all tasks for the current installation request. |
| install_select_locale | function | includes/ |
Installation task; select which locale to use for the current profile. |
| install_select_locale_form | function | includes/ |
Form constructor for the language selection form. |
Pagination
- Previous page
- Page 91
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.