DocParser::Arrayx |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Array ::= "{" ArrayEntry {"," ArrayEntry}* [","] "}" |
CacheArray::clear |
function |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Clear the cache. |
CustomArrayObject |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php |
This class is a hand written simplified version of PHP native `ArrayObject`
class, to show that it behaves differently than the PHP native implementation. |
Inline::dumpArray |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php |
Dumps a PHP array to a YAML string. |
DumperTest::$array |
property |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php |
|
ArrayCache::doSave |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php |
Puts data into the cache. |
ArrayCache::$cache |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php |
|
ArrayCache::remove |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php |
|
AttributeArray.php |
file |
drupal/core/lib/Drupal/Core/Template/AttributeArray.php |
Definition of Drupal\Core\Template\AttributeArray. |
ArrayCacheTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php |
|
ArrayCache::doFetch |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php |
Fetches an entry from the cache. |
NestedArrayUnitTest |
class |
drupal/core/tests/Drupal/Tests/Core/NestedArrayUnitTest.php |
Tests the NestedArray helper class. |
ArrayCache::doFlush |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php |
Deletes all cache entries. |
ArrayElement::parse |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Builds an array of contained elements. |
Collection::toArray |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php |
Gets a native PHP array representation of the collection. |
ArrayElement::count |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements Countable::count(). |
CacheArray::persist |
function |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Flags an offset value to be written to the persistent cache. |
TwigTestFoo::$array |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php |
|
Collection::toArray |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Get the array representation of an object |
ArrayCollection.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
|
Header::$arrayCache |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php |
|
ArrayCache::doDelete |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php |
Deletes a cache entry. |
PHP_Token_ARRAY_CAST |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
ArrayCollection::key |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Gets the current key/index at the current internal iterator position. |
ArrayCollection::get |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Gets the element with the given key/index. |
ArrayCollection::set |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Adds/sets an element in the collection at the index / with the specified key. |
ArrayCollection::add |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Adds an element to the collection. |
ArrayCollection::map |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Applies the given function to each element in the collection and returns
a new collection with the elements returned by the function. |
FlashBagTest::$array |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php |
|
CacheArray::$storage |
property |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Storage for the data itself. |
assertArrayNotHasKey |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that an array does not have a specified key. |
PoItem::setFromArray |
function |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
Create the PoItem from a structured array. |
ToArrayInterface.php |
file |
drupal/core/vendor/guzzle/common/Guzzle/Common/ToArrayInterface.php |
|
DiffArrayTest::setUp |
function |
drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php |
|
TestIterator::$array |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/TestIterator.php |
|
NestedArray::getValue |
function |
drupal/core/lib/Drupal/Component/Utility/NestedArray.php |
Retrieves a value from a nested array with variable depth. |
NestedArray::setValue |
function |
drupal/core/lib/Drupal/Component/Utility/NestedArray.php |
Sets a value in a nested array with variable depth. |
ArrayCollection::last |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Sets the internal iterator to the last element in the collection and
returns this element. |
ArrayCollection::next |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Moves the internal iterator position to the next element. |
CacheArray::offsetGet |
function |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Implements ArrayAccess::offsetGet(). |
CacheArray::offsetSet |
function |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Implements ArrayAccess::offsetSet(). |
DocParser::ArrayEntry |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
ArrayEntry ::= Value | KeyValuePair
KeyValuePair ::= Key ("=" | ":") PlainValue | Constant
Key ::= string | integer | Constant |
extends_as_array.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/extends_as_array.test |
|
AttributeArray::value |
function |
drupal/core/lib/Drupal/Core/Template/AttributeArray.php |
Returns the whole array. |
MapArrayTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/MapArrayTest.php |
This method exists to support the simpletest UI runner. |
Condition::matchArray |
function |
drupal/core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
Matches for an array representing one or more config paths. |
drupal_get_query_array |
function |
drupal/core/includes/common.inc |
Splits a URL-encoded query string into an array. |
ArrayCache::doContains |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php |
Test if an entry exists in the cache. |
ArrayCache::doGetStats |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php |
Retrieves cached information from data store |
ArrayElement::validate |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements TypedDataInterface::validate(). |