GraphvizDumper.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
|
GeneratorDumper.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php |
|
dump-database-d7.sh |
file |
drupal/core/scripts/dump-database-d7.sh |
Dumps a Drupal 7 database into a Drupal 7 PHP script to test the upgrade
process. |
DumperTest::$parser |
property |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php |
|
DumperTest::$dumper |
property |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php |
|
dump-database-d6.sh |
file |
drupal/core/scripts/dump-database-d6.sh |
Filled installation of Drupal 6.17, for test purposes. |
MatcherDumper::dump |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Dumps a set of routes to the router table in the database. |
PhpDumper::endClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Ends the class definition. |
XmlDumper::phpToXml |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php |
Converts php types to xml types. |
YamlDumper::$dumper |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php |
|
Dumper::__construct |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/Dumper.php |
Constructor. |
DumperInterface.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php |
|
ApacheMatcherDumper |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php |
Dumps a set of Apache mod_rewrite rules. |
PhpMatcherDumper.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
|
InlineTest::testDump |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
|
DumperTest::tearDown |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php |
|
XmlDumperTest::setUp |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php |
|
Dumper::$indentation |
property |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Dumper.php |
The amount of spaces to use for indentation of nested nodes. |
PhpDumperTest::setUp |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
|
AssetReference::dump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php |
Applies dump filters and returns the asset as a string. |
PhpDumper::dumpValue |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Dumps values. |
XmlDumper::$document |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php |
|
AssetInterface::dump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php |
Applies dump filters and returns the asset as a string. |
GraphvizDumper::dump |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
Dumps the service container as a graphviz graph. |
PhpMatcherDumperTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
|
FileStorage::$dumper |
property |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
A shared YAML dumper instance. |
Kernel::dumpContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Dumps the service container to PHP code in the cache. |
RouteBuilder::$dumper |
property |
drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php |
The dumper to which we should send collected routes. |
YamlDumperTest::setUp |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php |
|
GssFilter::filterDump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php |
Filters an asset just before it's dumped. |
MatcherDumper::getFit |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Determines the fitness of the provided path. |
AssetCollection::dump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Applies dump filters and returns the asset as a string. |
PhpDumper::addService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Adds a service |
PhpDumper::startClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Adds the class headers. |
MatcherDumperTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Definition of Drupal\system\Tests\Routing\UrlMatcherDumperTest. |
DumperInterface::dump |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php |
Dumps the service container. |
XmlDumper::addService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php |
Adds a service. |
YamlDumper::dumpValue |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php |
Dumps the value to YAML format |
PhpGeneratorDumper.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php |
|
FileStorage::getDumper |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Gets the YAML dumper instance. |
LessFilter::filterDump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php |
Filters an asset just before it's dumped. |
Dumper::setIndentation |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Dumper.php |
Sets the indentation. |
GraphvizDumperTest.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php |
|
MatcherDumper::$routes |
property |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
The routes to be dumped. |
PhpDumper::FIRST_CHARS |
constant |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Characters that might appear in the generated variable name as first character |
PhpDumper::__construct |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
@api |
PhpDumper::addServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Adds multiple services |
XmlDumper::addServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php |
Adds services. |
YamlDumper::addService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php |
Adds a service |
GraphvizDumper::$nodes |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
|