Search for _array

  1. Search 9.5.x for _array
  2. Search 8.9.x for _array
  3. Search 10.3.x for _array
  4. Search 11.x for _array
  5. Search main for _array
  6. Other projects
Title Object type File name Summary
$pager_page_array global external_documentation/developer/globals.php Array of current page numbers for each pager.
AggregatorTestCase::getFeedEditArray function modules/aggregator/aggregator.test Returns a randomly generated feed edit array.
ArrayDiffUnitTest::$array1 property modules/simpletest/tests/common.test Array to use for testing.
ArrayDiffUnitTest::$array2 property modules/simpletest/tests/common.test Array to use for testing.
ArrayDiffUnitTest::testArrayDiffAssocRecursive function modules/simpletest/tests/common.test Tests drupal_array_diff_assoc_recursive().
BootstrapDrupalCacheArrayTestCase class modules/simpletest/tests/bootstrap.test Tests DrupalCacheArray functionality.
BootstrapDrupalCacheArrayTestCase::getInfo function modules/simpletest/tests/bootstrap.test
BootstrapDrupalCacheArrayTestCase::testGadgetChainDrupal7RCE1 function modules/simpletest/tests/bootstrap.test Simulate unsafe deserialization of payload prepared by the phpggc project.
CacheClearCase::testClearArray function modules/simpletest/tests/cache.test Test clearing using an array.
CacheSavingCase::testArray function modules/simpletest/tests/cache.test Test the saving and restoring of an array.
DatabaseFetchTestCase::testQueryFetchArray function modules/simpletest/tests/database_test.test Confirm that we can fetch a record to an array associative explicitly.
DatabaseQueryTestCase::testArrayArgumentsSQLInjection function modules/simpletest/tests/database_test.test Test SQL injection via database query array arguments.
DatabaseQueryTestCase::testArraySubstitution function modules/simpletest/tests/database_test.test Test that we can specify an array of values in the query by simply passing in an array.
DrupalCacheArray class includes/bootstrap.inc Provides a caching wrapper to be used in place of large array structures.
DrupalCacheArray::$bin property includes/bootstrap.inc A bin to pass to cache_set() and cache_get().
DrupalCacheArray::$cid property includes/bootstrap.inc A cid to pass to cache_set() and cache_get().
DrupalCacheArray::$keysToPersist property includes/bootstrap.inc An array of keys to add to the cache at the end of the request.
DrupalCacheArray::$storage property includes/bootstrap.inc Storage for the data itself.
DrupalCacheArray::offsetExists function includes/bootstrap.inc Implements ArrayAccess::offsetExists().
DrupalCacheArray::offsetGet function includes/bootstrap.inc Implements ArrayAccess::offsetGet().
DrupalCacheArray::offsetSet function includes/bootstrap.inc Implements ArrayAccess::offsetSet().
DrupalCacheArray::offsetUnset function includes/bootstrap.inc Implements ArrayAccess::offsetUnset().
DrupalCacheArray::persist function includes/bootstrap.inc Flags an offset value to be written to the persistent cache.
DrupalCacheArray::resolveCacheMiss function includes/bootstrap.inc Resolves a cache miss.
DrupalCacheArray::set function includes/bootstrap.inc Writes a value to the persistent cache immediately.
DrupalCacheArray::__construct function includes/bootstrap.inc Constructs a DrupalCacheArray object.
DrupalCacheArray::__destruct function includes/bootstrap.inc Destructs the DrupalCacheArray object.
DrupalGetQueryArrayTestCase class modules/simpletest/tests/common.test Tests the functionality of drupal_get_query_array().
DrupalGetQueryArrayTestCase::getInfo function modules/simpletest/tests/common.test
DrupalGetQueryArrayTestCase::testDrupalGetQueryArray function modules/simpletest/tests/common.test Tests that drupal_get_query_array() correctly explodes query parameters.
drupal_array_diff_assoc_recursive function includes/common.inc Recursively computes the difference of arrays with additional index check.
drupal_array_get_nested_value function includes/common.inc Retrieves a value from a nested array with variable depth.
drupal_array_merge_deep function includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array.
drupal_array_merge_deep_array function includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array.
drupal_array_nested_key_exists function includes/common.inc Determines whether a nested array contains the requested keys.
drupal_array_set_nested_value function includes/common.inc Sets a value in a nested array with variable depth.
drupal_get_query_array function includes/common.inc Splits a URL-encoded query string into an array.
GraphUnitTest::displayArray function modules/simpletest/tests/graph.test Helper function to output vertices as comma-separated list.
options_array_flatten function modules/field/modules/options/options.module Flattens an array of allowed values.
options_array_transpose function modules/field/modules/options/options.module Manipulates a 2D array to reverse rows and columns.
pager_load_array function includes/pager.inc Helper function
xmlrpc_test_arrayOfStructsTest function modules/simpletest/tests/xmlrpc_test.module
xmlrpc_test_moderateSizeArrayCheck function modules/simpletest/tests/xmlrpc_test.module
_block_get_renderable_array function modules/block/block.module Gets an array of blocks suitable for drupal_render().

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