Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImportOPMLTestCase | class | modules/ |
Tests importing feeds from OPML functionality for the Aggregator module. |
| ImportOPMLTestCase::getInfo | function | modules/ |
|
| ImportOPMLTestCase::openImportForm | function | modules/ |
Opens OPML import form. |
| ImportOPMLTestCase::submitImportForm | function | modules/ |
Submits form with invalid, empty, and valid OPML files. |
| ImportOPMLTestCase::testOPMLImport | function | modules/ |
Tests the import of an OPML file. |
| ImportOPMLTestCase::validateImportFormFields | function | modules/ |
Submits form filled with invalid fields. |
| index.php | file | ./ |
The PHP page that serves all page requests on a Drupal installation. |
| index.php | file | external_documentation/ |
|
| InfoFileParserTestCase | class | modules/ |
|
| InfoFileParserTestCase::getInfo | function | modules/ |
|
| InfoFileParserTestCase::testDrupalParseInfoFormat | function | modules/ |
Test drupal_parse_info_format(). |
| Input validation | group | includes/ |
Functions to validate user input. |
| InsertQuery | class | includes/ |
General class for an abstracted INSERT query. |
| InsertQuery::$defaultFields | property | includes/ |
An array of fields that should be set to their database-defined defaults. |
| InsertQuery::$fromQuery | property | includes/ |
A SelectQuery object to fetch the rows that should be inserted. |
| InsertQuery::$insertFields | property | includes/ |
An array of fields on which to insert. |
| InsertQuery::$insertValues | property | includes/ |
A nested array of values to insert. |
| InsertQuery::$table | property | includes/ |
The table on which to insert. |
| InsertQuery::execute | function | includes/ |
Executes the insert query. |
| InsertQuery::fields | function | includes/ |
Adds a set of field->value pairs to be inserted. |
| InsertQuery::from | function | includes/ |
Sets the fromQuery on this InsertQuery object. |
| 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/ |
Executes the insert query. |
| InsertQuery_mysql::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
| InsertQuery_pgsql | class | includes/ |
@file Query code for PostgreSQL embedded database engine. |
| InsertQuery_pgsql::execute | function | includes/ |
Executes the insert query. |
| InsertQuery_pgsql::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
| InsertQuery_sqlite | class | includes/ |
SQLite specific implementation of InsertQuery. |
| InsertQuery_sqlite::execute | function | includes/ |
Executes the insert query. |
| InsertQuery_sqlite::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
| 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. |
Pagination
- Previous page
- Page 114
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.