MongoDbSessionHandler::$collection |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php |
|
FilterCollectionTest::testEmptyAll |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/FilterCollectionTest.php |
|
RouteCollectionTest::testAddPrefix |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
RouteCollection::removeRecursively |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Removes a route by name from this collection and its children recursively. |
DatabaseBackend::garbageCollection |
function |
drupal/core/lib/Drupal/Core/Flood/DatabaseBackend.php |
Implements Drupal\Core\Flood\FloodInterface::garbageCollection(). |
AssetFactory::createAssetCollection |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
AssetCollectionTest::testLoadFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
AssetCollectionTest::testDumpFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
AssetCollectionTest::testSetContent |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
AssetCollectionTest::testEmptyMtime |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
AssetCollectionTest::testRemoveLeaf |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
RouteBuildEvent::getRouteCollection |
function |
drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php |
Gets the route collection. |
FilterCollectionTest::testInterface |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/FilterCollectionTest.php |
|
FilterCollectionTest::testCountable |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/FilterCollectionTest.php |
|
CollectionTest::fillMatchingFixture |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
RouterInterface::getRouteCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouterInterface.php |
Gets the RouteCollection instance associated with this Router. |
FinalMatcherInterface::setCollection |
function |
drupal/core/lib/Drupal/Core/Routing/FinalMatcherInterface.php |
Sets the route collection this matcher should use. |
AssetCollectionInterface::removeLeaf |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php |
Removes a leaf. |
AssetCollectionTest::testReplaceLeaf |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
ClassCollectionLoader::stripComments |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
Removes comments from a PHP source string. |
ClassCollectionLoader::getInterfaces |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
|
TraceableUrlMatcher::matchCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
Tries to match a URL with a set of routes. |
MongoDbSessionHandler::getCollection |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php |
Return a "MongoCollection" instance |
CollectionTest::testMatchingOrdering |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
@group DDC-1637 |
AssetCollectionIterator::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
|
AssetCollectionIterator::hasChildren |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
|
AssetCollectionIterator::getChildren |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
@uses current() |
AssetCollectionInterface::replaceLeaf |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php |
Replaces an existing leaf with a new one. |
ClassCollectionLoader::writeCacheFile |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
Writes a cache file. |
FirstEntryFinalMatcher::setCollection |
function |
drupal/core/lib/Drupal/Core/Routing/FirstEntryFinalMatcher.php |
Sets the route collection this matcher should use. |
AssetCollectionFilterIterator::accept |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php |
Determines whether the current asset is a duplicate. |
PartialMatcherInterface::setCollection |
function |
drupal/core/lib/Drupal/Core/Routing/PartialMatcherInterface.php |
Sets the route collection this matcher should use. |
RoutingFixtures::sampleRouteCollection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php |
Returns a standard set of routes for testing. |
RouteCollectionTest::testAddCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
Parser::isNextLineUnIndentedCollection |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php |
Returns true if the next line starts unindented collection |
AssetCollectionTest::testMixedIteration |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
RoutingFixtures::complexRouteCollection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php |
Returns a complex set of routes for testing. |
RouteCollectionTest::getFirstNamedRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
AssetCollectionFilterIterator::$visited |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php |
|
AssetCollectionFilterIterator::$sources |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php |
|
AssetCollectionTest::testGetLastModified |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
@dataProvider getTimestampsAndExpected |
ClassCollectionLoader::getOrderedClasses |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
Gets an ordered array of passed classes including all their dependencies. |
ClassCollectionLoader::getClassHierarchy |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
|
RouteCollectionTest::testAddInvalidRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
@expectedException \InvalidArgumentException |
RouteCollectionTest::testOverriddenRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
PhpGeneratorDumperTest::$routeCollection |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
Parser::isStringUnIndentedCollectionItem |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php |
Returns true if the string is unindented collection item |
CacheBackendInterface::garbageCollection |
function |
drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Performs garbage collection on a cache bin. |
AssetCollectionTest::testIterationFilters |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
AssetCollectionTest::testLeafManipulation |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|