You are here

Files in Devel 8

Primary tabs

File namesort descending Location Namespace Description
overview.php kint/kint/examples/overview.php
PerformanceTimingData.php webprofiler/src/Frontend/PerformanceTimingData.php Drupal\webprofiler\Frontend
PerformanceTimingDataCollector.php webprofiler/src/DataCollector/PerformanceTimingDataCollector.php Drupal\webprofiler\DataCollector
performance_timing.html.twig webprofiler/templates/Collector/performance_timing.html.twig {% block toolbar %} {% set icon %} <a href="{{ url("webprofiler.dashboard", {profile: token}, {fragment: 'performance_timing'}) }}" title="{{ 'Performance Timing'|t }}"> …
PhpConfigDataCollector.php webprofiler/src/DataCollector/PhpConfigDataCollector.php Drupal\webprofiler\DataCollector
php_config.html.twig webprofiler/templates/Collector/php_config.html.twig {% block toolbar %} {# PHP Information #} {% set icon %} <a href="{{ url("webprofiler.dashboard", {profile: token}, {fragment: 'php_config'}) }}" title="{{ 'PHP config'|t }}"> …
plain.php kint/kint/decorators/plain.php
Profiler.php webprofiler/src/Profiler/Profiler.php Drupal\webprofiler\Profiler
ProfilerExtension.php webprofiler/src/Twig/Extension/ProfilerExtension.php Drupal\webprofiler\Twig\Extension
ProfilerPass.php webprofiler/src/Compiler/ProfilerPass.php Drupal\webprofiler\Compiler
ProfilerStorageFactory.php webprofiler/src/Profiler/ProfilerStorageFactory.php Drupal\webprofiler\Profiler
ProfilerStorageManager.php webprofiler/src/Profiler/ProfilerStorageManager.php Drupal\webprofiler\Profiler
ProfilerSubscriber.php webprofiler/src/EventSubscriber/ProfilerSubscriber.php Drupal\webprofiler\EventSubscriber
ProfilesFilterForm.php webprofiler/src/Form/ProfilesFilterForm.php Drupal\webprofiler\Form
README.txt README.txt README.txt for Devel module --------------------------- CONTENTS OF THIS FILE --------------------- * Introduction * Requirements * Included Modules and Features * Recommended Modules * Installation * Configuration *…
README.txt devel_generate/README.txt This module creates the "DevelGenerate" plugin type. All you need to do to provide a new instance for "DevelGenerate" plugin type is to create your class extending "DevelGenerateBase" and following the next steps. 1 -…
README.txt kint/README.txt WHAT IS IT? ----------- Kint for PHP is a tool designed to present your debugging data in the absolutely best way possible. In other words, it's var_dump() and debug_backtrace() on steroids. Easy to use, but powerful and customizable. An…
request.html.twig webprofiler/templates/Collector/request.html.twig {% block toolbar %} {% set request_handler %} <a href="{{ idelink(collector.controller.file, collector.controller.line)|raw }}">{{ abbr(collector.controller.class)|raw }} ::{{ collector.controller.method }}</a> …
RequestDataCollector.php webprofiler/src/DataCollector/RequestDataCollector.php Drupal\webprofiler\DataCollector
rich.php kint/kint/decorators/rich.php
RoleStorageDecorator.php webprofiler/src/Entity/Decorators/Config/RoleStorageDecorator.php Drupal\webprofiler\Entity\Decorators\Config
RouteDetailMenuLink.php src/Plugin/Menu/RouteDetailMenuLink.php Drupal\devel\Plugin\Menu
RouteInfoController.php src/Controller/RouteInfoController.php Drupal\devel\Controller
RouterRebuildConfirmForm.php src/Form/RouterRebuildConfirmForm.php Drupal\devel\Form
RouteSubscriber.php src/Routing/RouteSubscriber.php Drupal\devel\Routing
routing.html.twig webprofiler/templates/Collector/routing.html.twig {% block toolbar %} {% set icon %} <a href="{{ url("webprofiler.dashboard", {profile: token}, {fragment: 'routing'}) }}" title="{{ 'Routing'|t }}"> <img width="20"…
RoutingDataCollector.php webprofiler/src/DataCollector/RoutingDataCollector.php Drupal\webprofiler\DataCollector
ServicePass.php webprofiler/src/Compiler/ServicePass.php Drupal\webprofiler\Compiler
services.html.twig webprofiler/templates/Collector/services.html.twig {% block toolbar %} {% set icon %} <a href="{{ url("webprofiler.dashboard", {profile: token}, {fragment: 'services'}) }}" title="{{ 'Services'|t }}"> <img width="20"…
ServicesDataCollector.php webprofiler/src/DataCollector/ServicesDataCollector.php Drupal\webprofiler\DataCollector
SettingsForm.php src/Form/SettingsForm.php Drupal\devel\Form
ShortcutSetStorageDecorator.php webprofiler/src/Entity/Decorators/Config/ShortcutSetStorageDecorator.php Drupal\webprofiler\Entity\Decorators\Config
smarty.php kint/kint/parsers/objects/smarty.php
solarized-dark.css kint/kint/view/compiled/solarized-dark.css .kint::selection{background:#268bd2;color:#839496}.kint::-moz-selection{background:#268bd2;color:#839496}.kint::-webkit-selection{background:#268bd2;color:#839496}.kint,.kint::before,.kint::after,.kint *,.kint *::before,.kint…
solarized.css kint/kint/view/compiled/solarized.css .kint::selection{background:#268bd2;color:#657b83}.kint::-moz-selection{background:#268bd2;color:#657b83}.kint::-webkit-selection{background:#268bd2;color:#657b83}.kint,.kint::before,.kint::after,.kint *,.kint *::before,.kint…
splfileinfo.php kint/kint/parsers/objects/splfileinfo.php
splobjectstorage.php kint/kint/parsers/custom/splobjectstorage.php
state.html.twig webprofiler/templates/Collector/state.html.twig {% block toolbar %} {% set icon %} <a href="{{ url("webprofiler.dashboard", {profile: token}, {fragment: 'state'}) }}" title="{{ 'State'|t }}"> <img width="20"…
StateDataCollector.php webprofiler/src/DataCollector/StateDataCollector.php Drupal\webprofiler\DataCollector
StateWrapper.php webprofiler/src/State/StateWrapper.php Drupal\webprofiler\State
Stopwatch.php webprofiler/src/Stopwatch.php Drupal\webprofiler
StoragePass.php webprofiler/src/Compiler/StoragePass.php Drupal\webprofiler\Compiler
SwitchUserBlock.php src/Plugin/Block/SwitchUserBlock.php Drupal\devel\Plugin\Block
SwitchUserController.php src/Controller/SwitchUserController.php Drupal\devel\Controller
SwitchUserForm.php src/Form/SwitchUserForm.php Drupal\devel\Form
system.menu.devel.yml config/install/system.menu.devel.yml config/install/system.menu.devel.yml
SystemStateEdit.php src/Form/SystemStateEdit.php Drupal\devel\Form
TemplateManager.php webprofiler/src/Profiler/TemplateManager.php Drupal\webprofiler\Profiler
TermDevelGenerate.php devel_generate/src/Plugin/DevelGenerate/TermDevelGenerate.php Drupal\devel_generate\Plugin\DevelGenerate
TestRouteSubscriber.php tests/modules/devel_test/src/Routing/TestRouteSubscriber.php Drupal\devel_test\Routing

Pages

Other projects