aante-light.css |
kint/kint/view/compiled/aante-light.css |
|
/**
* @author Ante Aljinovic https://github.com/aljinovic
*/
.kint::selection {
background: #aaaaaa;
color: #1d1e1e;
}
.kint::-moz-selection {
background: #aaaaaa;
color: #1d1e1e;
}
.kint::-webkit-selection {
background: #aaaaaa;
color:… |
AccessManagerWrapper.php |
webprofiler/src/Access/AccessManagerWrapper.php |
Drupal\webprofiler\Access |
|
assets.html.twig |
webprofiler/templates/Collector/assets.html.twig |
|
{% block toolbar %}
{% set icon %}
<a href="{{ url("webprofiler.dashboard", {profile: token}, {fragment: 'assets'}) }}" title="{{ 'Assets'|t }}">
<img width="20"… |
AssetsDataCollector.php |
webprofiler/src/DataCollector/AssetsDataCollector.php |
Drupal\webprofiler\DataCollector |
|
AssetsDataCollectorTest.php |
webprofiler/tests/src/Unit/DataCollector/AssetsDataCollectorTest.php |
Drupal\Tests\webprofiler\Unit\DataCollector |
|
AvailableTestDumper.php |
tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php |
Drupal\devel_dumper_test\Plugin\Devel\Dumper |
|
BenchmarkCommand.php |
webprofiler/src/Command/BenchmarkCommand.php |
Drupal\webprofiler\Command |
|
BenchmarkData.php |
webprofiler/src/Command/BenchmarkData.php |
Drupal\webprofiler\Command |
|
blocks.html.twig |
webprofiler/templates/Collector/blocks.html.twig |
|
{% block toolbar %}
{% set icon %}
<a href="{{ url("webprofiler.dashboard", {profile: token}, {fragment: 'blocks'}) }}" title="{{ 'Blocks'|t }}">
<img width="20"… |
BlocksDataCollector.php |
webprofiler/src/DataCollector/BlocksDataCollector.php |
Drupal\webprofiler\DataCollector |
|
cache.html.twig |
webprofiler/templates/Collector/cache.html.twig |
|
{% block toolbar %}
{% set icon %}
<a href="{{ url("webprofiler.dashboard", {profile: token}, {fragment: 'cache'}) }}" title="{{ 'Cache'|t }}">
<img width="20"… |
CacheBackendWrapper.php |
webprofiler/src/Cache/CacheBackendWrapper.php |
Drupal\webprofiler\Cache |
|
CacheDataCollector.php |
webprofiler/src/DataCollector/CacheDataCollector.php |
Drupal\webprofiler\DataCollector |
|
CacheDataCollectorTest.php |
webprofiler/tests/src/Unit/DataCollector/CacheDataCollectorTest.php |
Drupal\Tests\webprofiler\Unit\DataCollector |
|
CacheFactoryWrapper.php |
webprofiler/src/Cache/CacheFactoryWrapper.php |
Drupal\webprofiler\Cache |
|
ChromePhp.php |
src/Plugin/Devel/Dumper/ChromePhp.php |
Drupal\devel\Plugin\Devel\Dumper |
|
classmethods.php |
kint/kint/parsers/custom/classmethods.php |
|
|
ClassShortener.php |
webprofiler/src/Helper/ClassShortener.php |
Drupal\webprofiler\Helper |
|
ClassShortenerInterface.php |
webprofiler/src/Helper/ClassShortenerInterface.php |
Drupal\webprofiler\Helper |
|
classstatics.php |
kint/kint/parsers/custom/classstatics.php |
|
|
ClientSideFilterTable.php |
src/Element/ClientSideFilterTable.php |
Drupal\devel\Element |
|
closure.php |
kint/kint/parsers/objects/closure.php |
|
|
color.php |
kint/kint/parsers/custom/color.php |
|
|
config.default.php |
kint/kint/config.default.php |
|
|
config.html.twig |
webprofiler/templates/Collector/config.html.twig |
|
{% block toolbar %}
{% set icon %}
<a href="{{ url("webprofiler.dashboard", {profile: token}, {fragment: "config"}) }}" title="{{ 'Config'|t }}">
<img width="20"… |
ConfigDataCollector.php |
webprofiler/src/DataCollector/ConfigDataCollector.php |
Drupal\webprofiler\DataCollector |
|
ConfigEditor.php |
src/Form/ConfigEditor.php |
Drupal\devel\Form |
|
ConfigEntityStorageDecorator.php |
webprofiler/src/Entity/Decorators/Config/ConfigEntityStorageDecorator.php |
Drupal\webprofiler\Entity\Decorators\Config |
|
ConfigFactoryWrapper.php |
webprofiler/src/Config/ConfigFactoryWrapper.php |
Drupal\webprofiler\Config |
|
ConfigForm.php |
webprofiler/src/Form/ConfigForm.php |
Drupal\webprofiler\Form |
|
ConfigsList.php |
src/Form/ConfigsList.php |
Drupal\devel\Form |
|
console.services.yml |
webprofiler/console.services.yml |
|
webprofiler/console.services.yml |
ContainerInfoController.php |
src/Controller/ContainerInfoController.php |
Drupal\devel\Controller |
|
ContentDevelGenerate.php |
devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php |
Drupal\devel_generate\Plugin\DevelGenerate |
|
CssCollectionRendererWrapper.php |
webprofiler/src/Asset/CssCollectionRendererWrapper.php |
Drupal\webprofiler\Asset |
|
dashboard.css |
webprofiler/css/app/dashboard.css |
|
/* base themes */
#webrofiler {
overflow: hidden;
font-size: 1em;
line-height: 1.2;
color: rgba(0, 0, 0, 0.7);
background-color: #ffffff; }
#webrofiler * {
box-sizing: border-box; }
#webprofiler {
/*
overview example
… |
DashboardController.php |
webprofiler/src/Controller/DashboardController.php |
Drupal\webprofiler\Controller |
|
database.html.twig |
webprofiler/templates/Collector/database.html.twig |
|
{% block toolbar %}
{% set icon %}
<a href="{{ url("webprofiler.dashboard", {profile: token}, {fragment: 'database'}) }}" title="{{ 'Database'|t }}">
<img width="20"… |
DatabaseController.php |
webprofiler/src/Controller/DatabaseController.php |
Drupal\webprofiler\Controller |
|
DatabaseDataCollector.php |
webprofiler/src/DataCollector/DatabaseDataCollector.php |
Drupal\webprofiler\DataCollector |
|
DatabaseProfilerStorage.php |
webprofiler/src/Profiler/DatabaseProfilerStorage.php |
Drupal\webprofiler\Profiler |
|
DataCollectorBaseTest.php |
webprofiler/tests/src/Unit/DataCollector/DataCollectorBaseTest.php |
Drupal\Tests\webprofiler\Unit\DataCollector |
|
Debug.php |
src/Twig/Extension/Debug.php |
Drupal\devel\Twig\Extension |
|
Decorator.php |
webprofiler/src/Decorator.php |
Drupal\webprofiler |
|
DecoratorPass.php |
webprofiler/src/Compiler/DecoratorPass.php |
Drupal\webprofiler\Compiler |
|
DecoratorTest.php |
webprofiler/tests/src/Kernel/DecoratorTest.php |
Drupal\Tests\webprofiler\Kernel |
|
DestinationMenuLink.php |
src/Plugin/Menu/DestinationMenuLink.php |
Drupal\devel\Plugin\Menu |
|
devel.api.php |
devel.api.php |
|
Hooks for the devel module. |
devel.css |
css/devel.css |
|
/**
* Dumpers
*/
.devel-dumper .details-wrapper {
max-height: 450px;
margin-right: 3px;
overflow: auto;
}
/**
* Switch User block
*/
.region-content .block-devel-switch-user ul,
.site-footer .block-devel-switch-user ul {
display: flex;
… |
devel.drush8.inc |
drush/devel.drush8.inc |
|
This file is only used by Drush8. |