Files in dBug for Drupal 2.0.x
Primary tabs
File name | Location | Namespace | Description |
---|---|---|---|
dBug.css |
css/ |
table.dBug_array, table.dBug_object, table.dBug_resource, table.dBug_resourceC, table.dBug_xml { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; border-spacing: 2px; display: table; border-collapse:… | |
dbug.info.yml | dbug.info.yml | dbug.info.yml | |
dbug.libraries.yml | dbug.libraries.yml | dbug.libraries.yml | |
Dbug.php |
src/ |
Drupal\ |
|
README.txt | README.txt | dBug for Drupal Implementation of dBug for Drupal. The main modification is to return a render array instead of echo. Usage: ====== $dbug_variable = Dbug::debug($variable); $output['#attached']['library'][] =… |