|
RouteCollection::addPrefix |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Adds a prefix to all routes in the current set. |
|
RouteCollection::getPrefix |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Returns the prefix that may contain placeholders. |
|
RouteCollection::setParent |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Sets the parent RouteCollection. It's only used internally from one RouteCollection
to another. It makes no sense to be available as part of the public API. |
|
ExceptionCollection::count |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php |
Get the total number of request exceptions |
|
ArrayCollection::partition |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Partitions this collection in two collections according to a predicate.
Keys are preserved in the resulting collections. |
|
UrlMatcher::matchCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
Tries to match a URL with a set of routes. |
|
ClassCollectionLoader::load |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
Loads a list of classes and caches them in one big file. |
|
AssetCollection::removeLeaf |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Removes a leaf. |
|
AssetCollection::getFilters |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Returns an array of filters currently applied. |
|
AssetCollection::getContent |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Returns the loaded content of the current asset. |
|
AssetCollection::setContent |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Sets the content of the current asset. |
|
CollectionTest::testGetKeys |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
|
ArrayCollection::$_elements |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
An array containing the entries of this collection. |
|
RouteCollection::$resources |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|
|
AssetCollectionIterator.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
|
|
ArrayCollection::__toString |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Returns a string representation of this object. |
|
FilterCollection::filterLoad |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php |
Filters an asset after it has been loaded. |
|
FilterCollection::filterDump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php |
Filters an asset just before it's dumped. |
|
AssetCollectionInterface.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php |
|
|
ClassCollectionLoader::$seen |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
|
|
AssetCollection::$sourceRoot |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
|
|
AssetCollection::$targetPath |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
|
|
AssetCollection::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Constructor. |
|
AssetCollection::replaceLeaf |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Replaces an existing leaf with a new one. |
|
AssetCollection::getIterator |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Returns an iterator for looping recursively over unique leaves. |
|
GarbageCollectionTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php |
Sets up unit test environment. |
|
CollectionTest::testToString |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
|
CollectionTest::testContains |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
|
CollectionTest::testMatching |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
@group DDC-1637 |
|
RouteCollectionTest::testGet |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
ArrayCollection::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Initializes a new ArrayCollection. |
|
RouteCollection::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Constructor. |
|
ArrayCollection::offsetUnset |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
ArrayAccess implementation of offsetUnset() |
|
RouteCollection::getIterator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Gets the current RouteCollection as an Iterator that includes all routes and child route collections. |
|
ArrayCollection::containsKey |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Checks whether the collection contains a specific key/index. |
|
RouteCollection::addResource |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Adds a resource for this collection. |
|
ArrayCollection::getIterator |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Gets an iterator for iterating over the elements in the collection. |
|
AssetCollectionIterator::key |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
|
|
ClassCollectionLoaderTest.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
|
FilterCollection::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php |
|
|
AssetCollectionInterface::all |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php |
Returns all child assets. |
|
AssetCollectionInterface::add |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php |
Adds an asset to the current collection. |
|
FilterCollection::getIterator |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php |
|
|
AssetCollection::ensureFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Ensures the current asset includes the supplied filter. |
|
AssetCollection::clearFilters |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Clears all filters from the current asset. |
|
StorageTestBase::$collections |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
An array of data collection labels. |
|
PartialMatcher::setCollection |
function |
drupal/core/lib/Drupal/Core/Routing/PartialMatcher.php |
Sets the route collection this matcher should use. |
|
Collection::getPregMatchValue |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Return a collection value for a match array of a preg_replace function |
|
CollectionTest::testGetValues |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
|
FilterCollectionTest::testAll |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/FilterCollectionTest.php |
|