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. |
RouteCollection::remove |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Removes a route or an array of routes by name from all connected
collections (this instance and all parents and children). |
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. |
AssetCollectionIterator |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
Iterates over an asset collection. |
FilterCollection::ensure |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php |
Checks that the current collection contains the supplied filter. |
AssetCollectionInterface |
interface |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php |
An asset collection. |
AssetCollection::$assets |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
|
AssetCollection::$clones |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
|
AssetCollection::$values |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
|
StorageBase::$collection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
The name of the collection holding key and value pairs. |
Collection::offsetExists |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
ArrayAccess implementation of offsetExists() |
AssetCollection::getVars |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Returns an array of variable names for this asset. |
FilterCollectionTest.php |
file |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/FilterCollectionTest.php |
|
ArrayCollection::toArray |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Gets the PHP array representation of this collection. |
RouteCollection::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|
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. |
RouteCollection::$prefix |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|
RouteCollection::$parent |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|
RouteCollection::__clone |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|
RouteCollection::getRoot |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Gets the root RouteCollection of the tree. |
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. |
ExceptionCollection::add |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php |
Add exceptions to the collection |
AssetCollection::$filters |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
|
AssetCollection::$content |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
|
unindentedCollections.yml |
file |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/unindentedCollections.yml |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/unindentedCollections.yml |
ClassCollectionLoader.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
|
CollectionTest::testCount |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
CollectionTest::testClear |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
CollectionTest::testSlice |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
Collection::removeElement |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php |
Removes the specified element from the collection, if it is found. |
GarbageCollectionTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php |
Contains Drupal\system\Tests\KeyValueStore\GarbageCollectionTest. |
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. |
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. |
ClassCollectionLoaderTest |
class |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
FilterCollection::$filters |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php |
|
AssetCollection::setValues |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Sets the values for the asset's variables. |
AssetCollection::getValues |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Returns the current values for this asset. |
CollectionTest::testExists |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
CollectionTest::testFilter |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
CollectionTest::testSearch |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
Router::getRouteCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Gets the RouteCollection instance associated with this Router. |
CollectionTest::testForAll |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
CollectionTest::testRemove |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
ArrayCollection::offsetGet |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
ArrayAccess implementation of offsetGet() |
RouteCollection::getParent |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Gets the parent RouteCollection. |
ArrayCollection::offsetSet |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
ArrayAccess implementation of offsetSet() |
ArrayCollection::getValues |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Gets all elements. |