Search for dump
Title | Object type | File name | Summary |
---|---|---|---|
OptimizedPhpArrayDumper::getPrivateServiceCall | function | core/ |
Gets a private service definition in a suitable format. |
OptimizedPhpArrayDumper::getReferenceCall | function | core/ |
Gets a service reference for a reference in a suitable PHP array format. |
OptimizedPhpArrayDumper::getServiceCall | function | core/ |
Gets a service reference for an ID in a suitable PHP array format. |
OptimizedPhpArrayDumper::getServiceDefinition | function | core/ |
Gets a service definition as PHP array. |
OptimizedPhpArrayDumper::getServiceDefinitions | function | core/ |
Gets services of the container as a PHP array. |
OptimizedPhpArrayDumper::prepareParameters | function | core/ |
Prepares parameters for the PHP array dumping. |
OptimizedPhpArrayDumper::supportsMachineFormat | function | core/ |
Whether this supports the machine-optimized format or not. |
OptimizedPhpArrayDumperTest | class | core/ |
@coversDefaultClass \Drupal\Component\DependencyInjection\Dumper\OptimizedPhpArrayDumper @group DependencyInjection |
OptimizedPhpArrayDumperTest.php | file | core/ |
Contains \Drupal\Tests\Component\DependencyInjection\Dumper\OptimizedPhpArrayDumperTest. |
OptimizedPhpArrayDumperTest::$containerBuilder | property | core/ |
The container builder instance. |
OptimizedPhpArrayDumperTest::$containerDefinition | property | core/ |
The definition for the container to build in tests. |
OptimizedPhpArrayDumperTest::$dumper | property | core/ |
The dumper instance. |
OptimizedPhpArrayDumperTest::$dumperClass | property | core/ |
Stores the dumper class to use. |
OptimizedPhpArrayDumperTest::$machineFormat | property | core/ |
Whether the dumper uses the machine-optimized format or not. |
OptimizedPhpArrayDumperTest::getAliasesDataProvider | function | core/ |
Data provider for testGetAliases(). |
OptimizedPhpArrayDumperTest::getCollection | function | core/ |
Helper function to return a machine-optimized collection. |
OptimizedPhpArrayDumperTest::getDefinitionsDataProvider | function | core/ |
Data provider for testGetServiceDefinitions(). |
OptimizedPhpArrayDumperTest::getParameterCall | function | core/ |
Helper function to return a parameter definition. |
OptimizedPhpArrayDumperTest::getParametersDataProvider | function | core/ |
Data provider for testGetParameters(). |
OptimizedPhpArrayDumperTest::getPrivateServiceCall | function | core/ |
Helper function to return a private service definition. |
OptimizedPhpArrayDumperTest::getRaw | function | core/ |
Helper function to return a raw value definition. |
OptimizedPhpArrayDumperTest::getServiceCall | function | core/ |
Helper function to return a service definition. |
OptimizedPhpArrayDumperTest::percentsEscapeProvider | function | core/ |
Data provider for testPercentsEscape(). |
OptimizedPhpArrayDumperTest::publicPrivateDataProvider | function | core/ |
|
OptimizedPhpArrayDumperTest::serializeDefinition | function | core/ |
Helper function to serialize a definition. |
OptimizedPhpArrayDumperTest::setUp | function | core/ |
|
OptimizedPhpArrayDumperTest::testDumpForEmptyContainer | function | core/ |
Tests that an empty container works properly. |
OptimizedPhpArrayDumperTest::testGetAliases | function | core/ |
Tests that alias processing works properly. |
OptimizedPhpArrayDumperTest::testGetParameters | function | core/ |
Tests that parameter processing works properly. |
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForDecoratedService | function | core/ |
Tests that getDecoratedService() is unsupported. |
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForExpression | function | core/ |
Tests that the correct RuntimeException is thrown for expressions. |
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForObject | function | core/ |
Tests that the correct RuntimeException is thrown for dumping an object. |
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForObjectServiceId | function | core/ |
Tests that the correct RuntimeException is thrown for dumping an object. |
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForResource | function | core/ |
Tests that the correct RuntimeException is thrown for dumping a resource. |
OptimizedPhpArrayDumperTest::testGetServiceDefinitions | function | core/ |
Tests that service processing works properly. |
OptimizedPhpArrayDumperTest::testGetServiceDefinitionWithReferenceToAlias | function | core/ |
Tests that references to aliases work correctly. |
OptimizedPhpArrayDumperTest::testPercentsEscape | function | core/ |
Tests that service arguments with escaped percents are correctly dumped. |
PhpArrayDumper | class | core/ |
PhpArrayDumper dumps a service container as a PHP array. |
PhpArrayDumper.php | file | core/ |
|
PhpArrayDumper::dumpCollection | function | core/ |
Dumps a collection to a PHP array. |
PhpArrayDumper::getArray | function | core/ |
Gets the service container definition as a PHP array. |
PhpArrayDumper::getParameterCall | function | core/ |
Gets a parameter reference in a suitable PHP array format. |
PhpArrayDumper::getServiceCall | function | core/ |
Gets a service reference for an ID in a suitable PHP array format. |
PhpArrayDumper::supportsMachineFormat | function | core/ |
Whether this supports the machine-optimized format or not. |
PhpArrayDumperTest | class | core/ |
@coversDefaultClass \Drupal\Component\DependencyInjection\Dumper\PhpArrayDumper @group DependencyInjection |
PhpArrayDumperTest.php | file | core/ |
|
PhpArrayDumperTest::getCollection | function | core/ |
Helper function to return a machine-optimized collection. |
PhpArrayDumperTest::getParameterCall | function | core/ |
Helper function to return a parameter definition. |
PhpArrayDumperTest::getServiceCall | function | core/ |
Helper function to return a service definition. |
PhpArrayDumperTest::serializeDefinition | function | core/ |
Helper function to serialize a definition. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.