Collection::keySearch |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Case insensitive search the keys in the collection |
Collection::offsetGet |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
ArrayAccess implementation of offsetGet() |
Collection::offsetSet |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
ArrayAccess implementation of offsetGet() |
Profile::getCollector |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
Gets a Collector by name. |
Profile::addCollector |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
Adds a Collector. |
Profile::hasCollector |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
Returns true if a Collector for the given name exists. |
DumperCollection::all |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php |
Returns the children routes and collections. |
DumperCollection::add |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php |
Adds a route or collection |
AssetCollection::$vars |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
|
RouteCollection::count |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Gets the number of Routes in this collection. |
DataCollectorInterface |
interface |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php |
DataCollectorInterface. |
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. |
CollectionTest::$_coll |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
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. |
EventDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php |
|
ExceptionDataCollector |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php |
ExceptionDataCollector. |
Collection::fromConfig |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Create a new collection from an array, validate the keys, and add default values where missing |
Profile::getCollectors |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
Gets the Collectors associated with this profile. |
Profile::setCollectors |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
Sets the Collectors associated with this profile. |
DumperPrefixCollection |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php |
Prefix tree of routes preserving routes order. |
YtsFlowCollections.yml |
file |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/YtsFlowCollections.yml |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/YtsFlowCollections.yml |
CollectionValidator.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CollectionValidator.php |
|
RouteCollection::remove |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Removes a route or an array of routes by name from the collection |
Collection::containsKey |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php |
Checks whether the collection contains an element with the specified key/index. |
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. |
AssetCollectionIterator |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
Iterates over an asset collection. |
MemoryDataCollectorTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php |
|
CollectionTest::testMap |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
LoggerDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php |
|
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. |
LoggerDataCollectorTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php |
|
MemoryDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php |
|
RouterDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
|
CollectionValidatorTest |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php |
|
ConfigDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php |
|
CollectionTest::testGet |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
ConfigDataCollectorTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php |
|
FilterCollection::clear |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php |
|
FilterCollection::count |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php |
|
Collection::__construct |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Constructor |
Collection::getIterator |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Get an iterator object |
Collection::offsetUnset |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
ArrayAccess implementation of offsetUnset() |
Collection::__construct |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Collection.php |
Initializes the constraint with options. |
ExceptionCollection.php |
file |
drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php |
|
RouteCollectionTest.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
RouteCollection::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|