NestedArray::keyExists |
function |
drupal/core/lib/Drupal/Component/Utility/NestedArray.php |
Determines whether a nested array contains the requested keys. |
NestedArray::mergeDeep |
function |
drupal/core/lib/Drupal/Component/Utility/NestedArray.php |
Merges multiple arrays, recursively, and returns the merged array. |
ArrayCollection::first |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Sets the internal iterator to the first element in the collection and
returns this element. |
ArrayCollection::count |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Returns the number of elements in the collection. |
ArrayCollection::clear |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Clears the collection. |
ArrayCollection::slice |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Extract a slice of $length elements starting at position $offset from the Collection. |
CacheArray::__destruct |
function |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Destructs the CacheArray object. |
EasyRdf_Graph::toArray |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php |
Returns the graph as a RDF/PHP associative array |
Request::getEventArray |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php |
Get an array containing the request and response for event notifications |
DiffArrayTest::$array1 |
property |
drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php |
Array to use for testing. |
DiffArrayTest::$array2 |
property |
drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php |
Array to use for testing. |
DiffArrayTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php |
This method exists to support the simpletest UI runner. |
CountValidatorArrayTest |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorArrayTest.php |
@author Bernhard Schussek <bschussek@gmail.com> |
NestedArrayUnitTest.php |
file |
drupal/core/tests/Drupal/Tests/Core/NestedArrayUnitTest.php |
Contains \Drupal\Core\NestedArrayUnitTest. |
templates_as_array.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/templates_as_array.test |
|
ArrayElement::$elements |
property |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Parsed elements. |
MetadataBagTest::$array |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php |
|
ArrayElement::offsetGet |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements ArrayAccess::offsetGet(). |
ArrayElement::offsetSet |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements ArrayAccess::offsetSet(). |
NestedArray::unsetValue |
function |
drupal/core/lib/Drupal/Component/Utility/NestedArray.php |
Unsets a value in a nested array with variable depth. |
MockArraySessionStorage |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
MockArraySessionStorage mocks the session for unit tests. |
ArrayCollection::remove |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Removes an element with a specific key/index from the collection. |
ArrayCollection::exists |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Tests for the existence of an element that satisfies the given predicate. |
GraphTest::displayArray |
function |
drupal/core/tests/Drupal/Tests/Component/Graph/GraphTest.php |
Helper function to output vertices as comma-separated list. |
ArrayCollection::filter |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Returns all the elements of this collection that satisfy the predicate p.
The order of the elements is preserved. |
ArrayCollection::forAll |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Applies the given predicate p to all elements of this collection,
returning true, if the predicate yields true for all elements. |
ConfigQueryTest::$array |
property |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Plugin/Core/Entity/ConfigQueryTest.php |
An array used by the wildcard tests. |
CacheArray::__construct |
function |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Constructs a CacheArray object. |
CacheArray::offsetUnset |
function |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Implements ArrayAccess::offsetUnset(). |
templates_as_array.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/templates_as_array.test |
|
DateTimePlus::arrayToISO |
function |
drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php |
Creates an ISO date from an array of values. |
DateTimePlus::checkArray |
function |
drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php |
Checks that arrays of date parts will create a valid date. |
ArrayElement::getAllKeys |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Gets valid configuration data keys. |
ArrayCollection::toArray |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Gets the PHP array representation of this collection. |
ArrayCollection::current |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Gets the element of the collection at the current internal iterator position. |
ArrayCollection::indexOf |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Searches for a given element and, if found, returns the corresponding key/index
of that element. The comparison of two elements is strict, that means not
only the value but also the type must match.
For objects this means reference equality. |
ArrayCollection::getKeys |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Gets all keys/indexes of the collection elements. |
ArrayCollection::isEmpty |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Checks whether the collection is empty. |
CacheArray::offsetExists |
function |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Implements ArrayAccess::offsetExists(). |
CustomArrayObject::count |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php |
|
AttributeBagTest::$array |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php |
|
EasyRdf_Literal::toArray |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php |
Returns the properties of the literal as an associative array |
ArrayElement::getElements |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Gets an array of contained elements. |
ArrayElement::offsetUnset |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements ArrayAccess::offsetUnset(). |
ArrayElement::getIterator |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements IteratorAggregate::getIterator(); |
EasyRdf_Resource::toArray |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php |
Returns the properties of the resource as an associative array |
ArrayCollection::contains |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Checks whether the given element is contained in the collection.
Only element values are compared, not keys. The comparison of two elements
is strict, that means not only the value but also the type must match.
For objects this means reference equality. |
Twig_Loader_Array::exists |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Array.php |
Check if we have the source code of a template, given its name. |
ArrayCollection::matching |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Select all elements from a selectable that match the criteria and
return a new collection containing these elements. |
AttributeArray::offsetGet |
function |
drupal/core/lib/Drupal/Core/Template/AttributeArray.php |
Implements ArrayAccess::offsetGet(). |