Search for dump

  1. Search 7.x-1.x for dump
  2. Search 4.x for dump
  3. Other projects
Title Object type File name Summary
AvailableTestDumper class tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php Provides a AvailableTestDumper plugin.
AvailableTestDumper.php file tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php
AvailableTestDumper::checkRequirements function tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php Checks if requirements for this plugin are satisfied.
AvailableTestDumper::dump function tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php Dumps information about a variable.
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.
ConfigEditor::$dumper property src/Form/ConfigEditor.php The dumper service.
ContainerInfoController::$dumper property src/Controller/ContainerInfoController.php The dumper manager service.
Debug::$dumper property src/Twig/Extension/Debug.php The devel dumper service.
Debug::doDump function src/Twig/Extension/Debug.php Writes the debug information for Twig templates.
Debug::dump function src/Twig/Extension/Debug.php Provides debug function to Twig templates.
devel.dumper service ./devel.services.yml Drupal\devel\DevelDumperManager
DevelController::$dumper property src/Controller/DevelController.php The dumper service.
DevelDumper class src/Annotation/DevelDumper.php Defines a DevelDumper annotation object.
DevelDumper.php file src/Annotation/DevelDumper.php
DevelDumper::$description property src/Annotation/DevelDumper.php A short description of the DevelDumper type.
DevelDumper::$label property src/Annotation/DevelDumper.php The human-readable name of the DevelDumper type.
DevelDumperBase class src/DevelDumperBase.php Defines a base devel dumper implementation.
DevelDumperBase.php file src/DevelDumperBase.php
DevelDumperBase::dump function src/DevelDumperBase.php Dumps information about a variable.
DevelDumperBase::exportAsRenderable function src/DevelDumperBase.php Returns a string representation of a variable wrapped in a render array.
DevelDumperBase::getInternalFunctions function src/DevelDumperBase.php Returns a list of internal functions.
DevelDumperBase::setSafeMarkup function src/DevelDumperBase.php Wrapper for \Drupal\Core\Render\Markup::create().
DevelDumperInterface interface src/DevelDumperInterface.php Base interface definition for DevelDumper plugins.
DevelDumperInterface.php file src/DevelDumperInterface.php
DevelDumperInterface::checkRequirements function src/DevelDumperInterface.php Checks if requirements for this plugin are satisfied.
DevelDumperInterface::dump function src/DevelDumperInterface.php Dumps information about a variable.
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 class src/DevelDumperManager.php Manager class for DevelDumper.
DevelDumperManager.php file src/DevelDumperManager.php
DevelDumperManager::$account property src/DevelDumperManager.php The current account.
DevelDumperManager::$config property src/DevelDumperManager.php The devel config.
DevelDumperManager::$dumperManager property src/DevelDumperManager.php The devel dumper plugin manager.
DevelDumperManager::$entityTypeManager property src/DevelDumperManager.php The entity type manager.
DevelDumperManager::$messenger property src/DevelDumperManager.php The messenger.
DevelDumperManager::createInstance function src/DevelDumperManager.php Instances a new dumper plugin.
DevelDumperManager::debug function src/DevelDumperManager.php Logs a variable to a drupal_debug.txt in the site's temp directory.
DevelDumperManager::dump function src/DevelDumperManager.php Dumps information about a variable.
DevelDumperManager::dumpOrExport function src/DevelDumperManager.php Wrapper for ::dump() and ::export().
DevelDumperManager::entityToArrayWithReferences function src/DevelDumperManager.php Converts the given entity to an array with referenced entities loaded.
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.
DevelDumperManager::hasAccessToDevelInformation function src/DevelDumperManager.php Checks whether a user has access to devel information.
DevelDumperManager::message function src/DevelDumperManager.php Sets a message with a string representation of a variable.
DevelDumperManager::__construct function src/DevelDumperManager.php Constructs a DevelDumperPluginManager object.
DevelDumperManagerInterface interface src/DevelDumperManagerInterface.php Interface for DevelDumper manager.
DevelDumperManagerInterface.php file src/DevelDumperManagerInterface.php
DevelDumperManagerInterface::debug function src/DevelDumperManagerInterface.php Logs a variable to a drupal_debug.txt in the site's temp directory.
DevelDumperManagerInterface::dump function src/DevelDumperManagerInterface.php Dumps information about a variable.