Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
Input validation group includes/common.inc Functions to validate user input.
InsertQuery::$defaultFields property includes/database/query.inc An array of fields that should be set to their database-defined defaults.
InsertQuery::$insertFields property includes/database/query.inc An array of fields on which to insert.
InsertQuery::fields function includes/database/query.inc Adds a set of field->value pairs to be inserted.
InsertQuery::useDefaults function includes/database/query.inc Specifies fields for which the database defaults should be used.
install_already_done_error function includes/install.core.inc Indicates that Drupal has already been installed.
install_configure_form_validate function includes/install.core.inc Form validation handler for install_configure_form().
install_database_errors function includes/install.core.inc Checks a database connection and returns any errors.
install_display_output function includes/install.core.inc Displays themed installer output and ends the page request.
install_drupal function includes/install.core.inc Installs Drupal either interactively or via an array of passed-in settings.
install_find_locales function includes/install.core.inc Find all .po files for the current profile.
install_find_profiles function includes/install.core.inc Finds all .profile files.
install_finished function includes/install.core.inc Finishes importing files at end of installation.
install_full_redirect_url function includes/install.core.inc Returns the complete URL redirected to during an installation request.
install_load_profile function includes/install.core.inc Loads information about the chosen profile during installation.
install_profile_modules function includes/install.core.inc Installs required modules via a batch process.
install_redirect_url function includes/install.core.inc Returns the URL that should be redirected to during an installation request.
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_to_display function includes/install.core.inc Returns a list of tasks that should be displayed to the end user.
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_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.
int2vancode function modules/comment/comment.module Generate vancode.
InvalidMergeQueryException class includes/database/database.inc Exception thrown for merge queries that do not make semantic sense.
InvalidQueryConditionOperatorException class includes/database/database.inc Exception thrown if an invalid query condition is specified.
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.
JavaScriptTestCase::tearDown function modules/simpletest/tests/common.test
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::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::testHeaderSetting function modules/simpletest/tests/common.test Test drupal_get_js() for JavaScript settings.
JavaScriptTestCase::testLibraryRender function modules/simpletest/tests/common.test Adds a library to the page and tests for both its JavaScript and its CSS.
JavaScriptTestCase::testRenderDifferentWeight function modules/simpletest/tests/common.test Test rendering the JavaScript with a file's weight above jQuery's.

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