You are here

Files in Devel 4.x

Primary tabs

File namesort descending Location Namespace Description
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
ClassShortener.php webprofiler/src/Helper/ClassShortener.php Drupal\webprofiler\Helper
ClassShortenerInterface.php webprofiler/src/Helper/ClassShortenerInterface.php Drupal\webprofiler\Helper
ClientSideFilterTable.php src/Element/ClientSideFilterTable.php Drupal\devel\Element
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
ConfigDeleteForm.php src/Form/ConfigDeleteForm.php Drupal\devel\Form
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 <ul…
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
DataCollectorTest.php webprofiler/tests/src/Functional/DataCollectorTest.php Drupal\Tests\webprofiler\Functional
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.html.twig webprofiler/templates/Collector/devel.html.twig {% block toolbar %} {% set icon %} <a href="{{ url("devel.admin_settings") }}" title="{{ 'Devel menu'|t }}"> <img width="26" height="28" alt="{{…
devel.info.yml devel.info.yml devel.info.yml
devel.install devel.install Install, update and uninstall functions for the devel module.
devel.libraries.yml devel.libraries.yml devel.libraries.yml
devel.links.menu.yml devel.links.menu.yml devel.links.menu.yml
devel.links.task.yml devel.links.task.yml devel.links.task.yml

Pages

Other projects