Search for export

  1. Search 6.x-1.x for export
  2. Search 7.x-1.x for export
  3. Search 8.x-1.x for export
  4. Search 4.x for export
  5. Other projects
Title Object type File name Summary
AvailableTestDumper::export function tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php Returns a string representation of a variable.
AvailableTestDumper::exportAsRenderable function tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php Returns a string representation of a variable wrapped in a render array.
DevelDumperBase::exportAsRenderable function src/DevelDumperBase.php Returns a string representation of a variable wrapped in a render array.
DevelDumperInterface::export function src/DevelDumperInterface.php Returns a string representation of a variable.
DevelDumperInterface::exportAsRenderable function src/DevelDumperInterface.php Returns a string representation of a variable wrapped in a render array.
DevelDumperManager::dumpOrExport function src/DevelDumperManager.php Wrapper for ::dump() and ::export().
DevelDumperManager::export function src/DevelDumperManager.php Returns a string representation of a variable.
DevelDumperManager::exportAsRenderable function src/DevelDumperManager.php Returns a render array representation of a variable.
DevelDumperManagerInterface::dumpOrExport function src/DevelDumperManagerInterface.php Wrapper for ::dump() and ::export().
DevelDumperManagerInterface::export function src/DevelDumperManagerInterface.php Returns a string representation of a variable.
DevelDumperManagerInterface::exportAsRenderable function src/DevelDumperManagerInterface.php Returns a render array representation of a variable.
DevelDumperTestTrait::assertContainsDumpExport function tests/src/Kernel/DevelDumperTestTrait.php Asserts that a haystack contains the dump export output.
DevelDumperTestTrait::assertDumpExportEquals function tests/src/Kernel/DevelDumperTestTrait.php Assertion for ensure dump content.
DevelDumperTestTrait::getDumperExportDump function tests/src/Kernel/DevelDumperTestTrait.php Returns a string representation of a variable.
devel_export function ./devel.module Returns a string representation of a variable.
DoctrineDebug::export function src/Plugin/Devel/Dumper/DoctrineDebug.php Returns a string representation of a variable.
DoctrineDebug::exportAsRenderable function src/Plugin/Devel/Dumper/DoctrineDebug.php Returns a string representation of a variable wrapped in a render array.
DumperTestController::export function tests/modules/devel_dumper_test/src/Controller/DumperTestController.php Returns the export output to test.
DumperTestController::exportRenderable function tests/modules/devel_dumper_test/src/Controller/DumperTestController.php Returns the renderable export output to test.
Kint::export function src/Plugin/Devel/Dumper/Kint.php Returns a string representation of a variable.
NotAvailableTestDumper::export function tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/NotAvailableTestDumper.php Returns a string representation of a variable.
VarDumper::export function src/Plugin/Devel/Dumper/VarDumper.php Returns a string representation of a variable.