XmlDumperTest::testExportParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php |
|
AssetCollectionTest::testDumpFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
PhpDumperTest::testExportParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
@expectedException InvalidArgumentException |
GeneratorDumperInterface::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php |
Gets the routes to dump. |
GraphvizDumperTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php |
|
DrupalKernel::$containerNeedsDumping |
property |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
Whether the container needs to be dumped once booting is complete. |
PhpDumper::addDefaultParametersMethod |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Adds default parameters method. |
PhpMatcherDumper::generateMatchMethod |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Generates the code for the match method implementing UrlMatcherInterface. |
JsCompressorFilterTest::testFilterDump |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/Yui/JsCompressorFilterTest.php |
@group integration |
YuiCompressorFilterForTest::filterDump |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/Yui/BaseCompressorFilterTest.php |
Filters an asset just before it's dumped. |
PhpDumper::getDefinitionsFromArguments |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Gets the definition from arguments |
ApacheMatcherDumperTest::$fixturesPath |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
UpgradePathTestBase::$databaseDumpFiles |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php |
The file path(s) to the dumped database(s) to load into the child site. |
PhpDumper::addServiceLocalTempVariables |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Generates Service local temp variables. |
PhpDumper::addServiceInlinedDefinitions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Generates the inline definition of a service. |
PhpDumper::getServiceCallsFromArguments |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Builds service calls from arguments |
XmlDumperTest::testDumpAnonymousServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php |
|
CrossCheckTest::crossCheckLoadersDumpers |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php |
|
PhpGeneratorDumperTest::$routeCollection |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
PhpGeneratorDumperTest::$generatorDumper |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
PhpGeneratorDumperTest::$testTmpFilepath |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
PhpMatcherDumper::countDirectChildRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Counts the number of routes as direct child of the RouteCollection. |
PhpDumperTest::testDumpOptimizationString |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
|
ApacheMatcherDumperTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
PhpMatcherDumperTest::getRouteCollections |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
|
InlineTest::testDumpNumericValueWithLocale |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
|
PhpGeneratorDumper::generateDeclaredRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php |
Generates PHP code representing an array of defined routes
together with the routes properties (e.g. requirements). |
PhpGeneratorDumper::generateGenerateMethod |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php |
Generates PHP code representing the `generate` method that implements the UrlGeneratorInterface. |
MatcherDumperTest::testAddAdditionalRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Confirms that we can add routes to the dumper when it already has some. |
ApacheMatcherDumperTest::testEscapePattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
@dataProvider provideEscapeFixtures |
PhpGeneratorDumperTest::testDumpWithRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
ApacheMatcherDumperTest::getRouteCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
PhpDumper::addServiceInlinedDefinitionsSetup |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Generates the inline definition setup. |
AssetCollectionTest::testDumpDedupBySourceUrl |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
ApacheMatcherDumperTest::testEscapeScriptName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
PhpGeneratorDumperTest::testDumpWithoutRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
@expectedException \InvalidArgumentException |
ApacheMatcherDumperTest::provideEscapeFixtures |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
StringAssetTest::testDumpAppliesAdditionalFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/StringAssetTest.php |
|
AssetCollectionTest::testDumpDedupByStrictEquality |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
PhpGeneratorDumperTest::testGenerateNonExistingRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
@expectedException Symfony\Component\Routing\Exception\RouteNotFoundException |
PhpGeneratorDumperTest::testDumpForRouteWithDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
PhpDumperTest::testDumpFrozenContainerWithNoParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
|
PhpDumperTest::testOverrideServiceWhenUsingADumpedContainer |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
|
PhpMatcherDumperTest::testDumpWhenSchemeIsUsedWithoutAProperDumper |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
@expectedException \LogicException |
PhpDumperTest::testOverrideServiceWhenUsingADumpedContainerAndServiceIsUsedFromAnotherOne |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
|