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 |
|---|---|---|---|
| install_select_profile | function | includes/ |
Selects which profile to install. |
| install_select_profile_form | function | includes/ |
Form constructor for the profile selection form. |
| install_settings_form | function | includes/ |
Form constructor for a form to configure and rewrite settings.php. |
| install_settings_form_submit | function | includes/ |
Form submission handler for install_settings_form(). |
| 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 | function | includes/ |
Returns a list of all tasks the installer currently knows about. |
| install_tasks_to_display | function | includes/ |
Returns a list of tasks that should be displayed to the end user. |
| install_tasks_to_perform | function | includes/ |
Returns a list of tasks to perform during the current installation request. |
| 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_TASK_SKIP | constant | includes/ |
Do not run the task during the current installation request. |
| 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. |
| install_verify_requirements | function | includes/ |
Verifies the requirements for installing Drupal. |
| install_verify_settings | function | includes/ |
Verifies the existing settings in settings.php. |
| 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. |
| iso.inc | file | includes/ |
Provides a list of countries and languages based on ISO standards. |
| javascript-1.txt | file | modules/ |
<script> alert('SimpleTest PHP was executed!'); </script> |
| JavaScriptTestCase | class | modules/ |
Tests for the JavaScript system. |
| JavaScriptTestCase::$preprocess_js | property | modules/ |
Store configured value for JavaScript preprocessing. |
| JavaScriptTestCase::getInfo | function | modules/ |
|
| JavaScriptTestCase::resetStaticVariables | function | modules/ |
Resets static variables related to adding JavaScript to a page. |
| JavaScriptTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| 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::testAlter | function | modules/ |
Test altering a JavaScript's weight via hook_js_alter(). |
| 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::testFooterHTML | function | modules/ |
Test drupal_get_js() with a footer scope. |
| JavaScriptTestCase::testGetLibrary | function | modules/ |
Tests retrieval of libraries via drupal_get_library(). |
| JavaScriptTestCase::testHeaderSetting | function | modules/ |
Test drupal_get_js() for JavaScript settings. |
| JavaScriptTestCase::testJavaScriptAlwaysUseJQuery | function | modules/ |
Test the 'javascript_always_use_jquery' variable. |
| JavaScriptTestCase::testLibraryAlter | function | modules/ |
Adds a JavaScript library to the page and alters it. |
| JavaScriptTestCase::testLibraryNameConflicts | function | modules/ |
Tests that multiple modules can implement the same library. |
Pagination
- Previous page
- Page 92
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.