Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
install_select_profile function includes/install.core.inc Selects which profile to install.
install_select_profile_form function includes/install.core.inc Form constructor for the profile selection form.
install_settings_form function includes/install.core.inc Form constructor for a form to configure and rewrite settings.php.
install_settings_form_submit function includes/install.core.inc Form submission handler for install_settings_form().
install_settings_form_validate function includes/install.core.inc Form validation handler for install_settings_form().
install_state_defaults function includes/install.core.inc Returns an array of default settings for the global installation state.
install_system_module function includes/install.core.inc Installation task; install the Drupal system module.
install_tasks function includes/install.core.inc Returns a list of all tasks the installer currently knows about.
install_tasks_to_display function includes/install.core.inc Returns a list of tasks that should be displayed to the end user.
install_tasks_to_perform function includes/install.core.inc Returns a list of tasks to perform during the current installation request.
INSTALL_TASK_RUN_IF_NOT_COMPLETED constant includes/install.core.inc 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/install.core.inc Run the task on each installation request until the database is set up.
INSTALL_TASK_SKIP constant includes/install.core.inc Do not run the task during the current installation request.
install_verify_completed_task function includes/install.core.inc Verifies and returns the last installation task that was completed.
install_verify_pdo function includes/install.core.inc Verifies the PDO library.
install_verify_requirements function includes/install.core.inc Verifies the requirements for installing Drupal.
install_verify_settings function includes/install.core.inc Verifies the existing settings in settings.php.
IPAddressBlockingTestCase class modules/system/system.test
IPAddressBlockingTestCase::$blocking_user property modules/system/system.test
IPAddressBlockingTestCase::getInfo function modules/system/system.test Implement getInfo().
IPAddressBlockingTestCase::setUp function modules/system/system.test Implement setUp().
IPAddressBlockingTestCase::testDuplicateIpAddress function modules/system/system.test Test duplicate IP addresses are not present in the 'blocked_ips' table.
IPAddressBlockingTestCase::testIPAddressValidation function modules/system/system.test Test a variety of user input to confirm correct validation and saving of data.
ip_address function includes/bootstrap.inc Returns the IP address of the client machine.
iso.inc file includes/iso.inc Provides a list of countries and languages based on ISO standards.
javascript-1.txt file modules/simpletest/files/javascript-1.txt <script>
alert('SimpleTest PHP was executed!');
</script>
JavaScriptTestCase class modules/simpletest/tests/common.test Tests for the JavaScript system.
JavaScriptTestCase::$preprocess_js property modules/simpletest/tests/common.test Store configured value for JavaScript preprocessing.
JavaScriptTestCase::getInfo function modules/simpletest/tests/common.test
JavaScriptTestCase::resetStaticVariables function modules/simpletest/tests/common.test Resets static variables related to adding JavaScript to a page.
JavaScriptTestCase::setUp function modules/simpletest/tests/common.test Sets up a Drupal site for running functional and integration tests.
JavaScriptTestCase::tearDown function modules/simpletest/tests/common.test Delete created files and temporary files directory, delete the tables created by setUp(),
and reset the database prefix.
JavaScriptTestCase::testAddExternal function modules/simpletest/tests/common.test Tests adding an external JavaScript File.
JavaScriptTestCase::testAddFile function modules/simpletest/tests/common.test Test adding a JavaScript file.
JavaScriptTestCase::testAddInline function modules/simpletest/tests/common.test Test adding inline scripts.
JavaScriptTestCase::testAddJsFileWithQueryString function modules/simpletest/tests/common.test Tests that the query string remains intact when adding JavaScript files
that have query string parameters.
JavaScriptTestCase::testAddSetting function modules/simpletest/tests/common.test Test adding settings.
JavaScriptTestCase::testAggregationOrder function modules/simpletest/tests/common.test Tests JavaScript aggregation when files are added to a different scope.
JavaScriptTestCase::testAlter function modules/simpletest/tests/common.test Test altering a JavaScript's weight via hook_js_alter().
JavaScriptTestCase::testAttachedLibrary function modules/simpletest/tests/common.test Tests the addition of libraries through the #attached['library'] property.
JavaScriptTestCase::testDefault function modules/simpletest/tests/common.test Test default JavaScript is empty.
JavaScriptTestCase::testDifferentGroup function modules/simpletest/tests/common.test Test adding a JavaScript file with a different group.
JavaScriptTestCase::testDifferentWeight function modules/simpletest/tests/common.test Test adding a JavaScript file with a different weight.
JavaScriptTestCase::testDoubleSubmitFormProtection function modules/simpletest/tests/common.test Tests the double submit form protection and
'javascript_use_double_submit_protection' variable.
JavaScriptTestCase::testFooterHTML function modules/simpletest/tests/common.test Test drupal_get_js() with a footer scope.
JavaScriptTestCase::testGetLibrary function modules/simpletest/tests/common.test Tests retrieval of libraries via drupal_get_library().
JavaScriptTestCase::testHeaderSetting function modules/simpletest/tests/common.test Test drupal_get_js() for JavaScript settings.
JavaScriptTestCase::testJavaScriptAlwaysUseJQuery function modules/simpletest/tests/common.test Test the 'javascript_always_use_jquery' variable.
JavaScriptTestCase::testLibraryAlter function modules/simpletest/tests/common.test Adds a JavaScript library to the page and alters it.
JavaScriptTestCase::testLibraryNameConflicts function modules/simpletest/tests/common.test Tests that multiple modules can implement the same library.

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