Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
image_update_7003 function modules/image/image.install Remove the variables that set alt and title length since they were not
used for database column size and could cause PDO exceptions.
image_update_7004 function modules/image/image.install Use a large setting (512 and 1024 characters) for the length of the image alt
and title fields.
image_update_7005 function modules/image/image.install Add a column to the 'image_style' table to store administrative labels.
image_update_dependencies function modules/image/image.install Implements hook_update_dependencies().
import1.css file modules/simpletest/files/css_test_files/import1.css ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(images/icon.png);}

/* Test data URI images with different quote styles. */
.data .double-quote {
/* http://stackoverflow.com/a/13139830/11023 */
import2.css file modules/simpletest/files/css_test_files/import2.css p, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
ImportOPMLTestCase class modules/aggregator/aggregator.test Tests importing feeds from OPML functionality for the Aggregator module.
ImportOPMLTestCase::getInfo function modules/aggregator/aggregator.test
ImportOPMLTestCase::openImportForm function modules/aggregator/aggregator.test Opens OPML import form.
ImportOPMLTestCase::submitImportForm function modules/aggregator/aggregator.test Submits form with invalid, empty, and valid OPML files.
ImportOPMLTestCase::testOPMLImport function modules/aggregator/aggregator.test Tests the import of an OPML file.
ImportOPMLTestCase::validateImportFormFields function modules/aggregator/aggregator.test Submits form filled with invalid fields.
index.php file ./index.php The PHP page that serves all page requests on a Drupal installation.
InfoFileParserTestCase class modules/system/system.test
InfoFileParserTestCase::getInfo function modules/system/system.test
InfoFileParserTestCase::testDrupalParseInfoFormat function modules/system/system.test Test drupal_parse_info_format().
Input validation group includes/common.inc Functions to validate user input.
InsertQuery class includes/database/query.inc General class for an abstracted INSERT query.
InsertQuery::$defaultFields property includes/database/query.inc An array of fields that should be set to their database-defined defaults.
InsertQuery::$fromQuery property includes/database/query.inc A SelectQuery object to fetch the rows that should be inserted.
InsertQuery::$insertFields property includes/database/query.inc An array of fields on which to insert.
InsertQuery::$insertValues property includes/database/query.inc A nested array of values to insert.
InsertQuery::$table property includes/database/query.inc The table on which to insert.
InsertQuery::execute function includes/database/query.inc Executes the insert query.
InsertQuery::fields function includes/database/query.inc Adds a set of field->value pairs to be inserted.
InsertQuery::from function includes/database/query.inc Sets the fromQuery on this InsertQuery object.
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 Executes the insert query.
InsertQuery_mysql::__toString function includes/database/mysql/query.inc Implements PHP magic __toString method to convert the query to a string.
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 Executes the insert query.
InsertQuery_pgsql::__toString function includes/database/pgsql/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery_sqlite class includes/database/sqlite/query.inc SQLite specific implementation of InsertQuery.
InsertQuery_sqlite::execute function includes/database/sqlite/query.inc Executes the insert query.
InsertQuery_sqlite::__toString function includes/database/sqlite/query.inc Implements PHP magic __toString method to convert the query to a string.
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/install.inc API functions for installing modules and themes.
install.inc file includes/database/pgsql/install.inc Install functions for PostgreSQL embedded database engine.
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.3 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…

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