Search for d
Title | Object type | File name | Summary |
---|---|---|---|
InsertQuery::$insertFields | property | includes/ |
An array of fields on which to insert. |
InsertQuery::fields | function | includes/ |
Adds a set of field->value pairs to be inserted. |
InsertQuery::useDefaults | function | includes/ |
Specifies fields for which the database defaults should be used. |
install_already_done_error | function | includes/ |
Indicates that Drupal has already been installed. |
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_load_profile | function | includes/ |
Loads information about the chosen profile during installation. |
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_settings_form_validate | function | includes/ |
Form validation handler for install_settings_form(). |
install_state_defaults | function | includes/ |
Returns an array of default settings for the global installation state. |
install_system_module | function | includes/ |
Installation task; install the Drupal system module. |
install_tasks_to_display | function | includes/ |
Returns a list of tasks that should be displayed to the end user. |
INSTALL_TASK_RUN_IF_NOT_COMPLETED | constant | includes/ |
Global flag to indicate that a task should be run on each installation request that reaches it, until the database is set up and we are able to record the fact that it already ran. |
INSTALL_TASK_RUN_IF_REACHED | constant | includes/ |
Run the task on each installation request until the database is set up. |
install_verify_completed_task | function | includes/ |
Verifies and returns the last installation task that was completed. |
install_verify_pdo | function | includes/ |
Verifies the PDO library. |
int2vancode | function | modules/ |
Generate vancode. |
InvalidMergeQueryException | class | includes/ |
Exception thrown for merge queries that do not make semantic sense. |
InvalidQueryConditionOperatorException | class | includes/ |
Exception thrown if an invalid query condition is specified. |
IPAddressBlockingTestCase | class | modules/ |
|
IPAddressBlockingTestCase::$blocking_user | property | modules/ |
|
IPAddressBlockingTestCase::getInfo | function | modules/ |
Implement getInfo(). |
IPAddressBlockingTestCase::setUp | function | modules/ |
Implement setUp(). |
IPAddressBlockingTestCase::testDuplicateIpAddress | function | modules/ |
Test duplicate IP addresses are not present in the 'blocked_ips' table. |
IPAddressBlockingTestCase::testIPAddressValidation | function | modules/ |
Test a variety of user input to confirm correct validation and saving of data. |
ip_address | function | includes/ |
Returns the IP address of the client machine. |
JavaScriptTestCase::tearDown | function | modules/ |
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix. |
JavaScriptTestCase::testAddExternal | function | modules/ |
Tests adding an external JavaScript File. |
JavaScriptTestCase::testAddFile | function | modules/ |
Test adding a JavaScript file. |
JavaScriptTestCase::testAddInline | function | modules/ |
Test adding inline scripts. |
JavaScriptTestCase::testAddJsFileWithQueryString | function | modules/ |
Tests that the query string remains intact when adding JavaScript files that have query string parameters. |
JavaScriptTestCase::testAddSetting | function | modules/ |
Test adding settings. |
JavaScriptTestCase::testAggregationOrder | function | modules/ |
Tests JavaScript aggregation when files are added to a different scope. |
JavaScriptTestCase::testAttachedLibrary | function | modules/ |
Tests the addition of libraries through the #attached['library'] property. |
JavaScriptTestCase::testDefault | function | modules/ |
Test default JavaScript is empty. |
JavaScriptTestCase::testDifferentGroup | function | modules/ |
Test adding a JavaScript file with a different group. |
JavaScriptTestCase::testDifferentWeight | function | modules/ |
Test adding a JavaScript file with a different weight. |
JavaScriptTestCase::testDoubleSubmitFormProtection | function | modules/ |
Tests the double submit form protection and 'javascript_use_double_submit_protection' variable. |
JavaScriptTestCase::testHeaderSetting | function | modules/ |
Test drupal_get_js() for JavaScript settings. |
JavaScriptTestCase::testLibraryRender | function | modules/ |
Adds a library to the page and tests for both its JavaScript and its CSS. |
JavaScriptTestCase::testRenderDifferentWeight | function | modules/ |
Test rendering the JavaScript with a file's weight above jQuery's. |
JavaScriptTestCase::testRenderExternal | function | modules/ |
Test rendering an external JavaScript file. |
JavaScriptTestCase::testRenderOrder | function | modules/ |
Test JavaScript ordering. |
Pagination
- Previous page
- Page 81
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.