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