Search for %s

  1. Search 7.x-1.x for %s
  2. Search 4.x for %s
  3. Other projects
Title Object type File name Summary
devel_page_attachments_alter function ./devel.module Implements hook_page_attachments_alter().
devel_requirements function ./devel.install Implements hook_requirements().
devel_set_handler function ./devel.module Sets a new error handler or restores the prior one.
devel_set_message function ./devel.module Sets message.
devel_test.info.yml file tests/modules/devel_test/devel_test.info.yml tests/modules/devel_test/devel_test.info.yml
devel_test.module file tests/modules/devel_test/devel_test.module Helper module for devel test.
devel_test.routing.yml file tests/modules/devel_test/devel_test.routing.yml tests/modules/devel_test/devel_test.routing.yml
devel_test.services.yml file tests/modules/devel_test/devel_test.services.yml tests/modules/devel_test/devel_test.services.yml
devel_test.test_route_subscriber service tests/modules/devel_test/devel_test.services.yml Drupal\devel_test\Routing\TestRouteSubscriber
devel_test_mail function tests/modules/devel_test/devel_test.module Implements hook_mail().
devel_update_last_removed function ./devel.install Implements hook_update_last_removed().
dsm function ./devel.module An alias for dpm(), for historic reasons.
DumperTestController class tests/modules/devel_dumper_test/src/Controller/DumperTestController.php Controller class for dumper_test module.
DumperTestController.php file tests/modules/devel_dumper_test/src/Controller/DumperTestController.php
DumperTestController::$dumper property tests/modules/devel_dumper_test/src/Controller/DumperTestController.php The dumper manager.
DumperTestController::create function tests/modules/devel_dumper_test/src/Controller/DumperTestController.php Instantiates a new instance of the implementing class using autowiring.
DumperTestController::debug function tests/modules/devel_dumper_test/src/Controller/DumperTestController.php Returns the debug output to test.
DumperTestController::dump function tests/modules/devel_dumper_test/src/Controller/DumperTestController.php Returns the dump output to test.
DumperTestController::export function tests/modules/devel_dumper_test/src/Controller/DumperTestController.php Returns the export output to test.
DumperTestController::exportRenderable function tests/modules/devel_dumper_test/src/Controller/DumperTestController.php Returns the renderable export output to test.
DumperTestController::message function tests/modules/devel_dumper_test/src/Controller/DumperTestController.php Returns the message output to test.
ElementInfoController::elementList function src/Controller/ElementInfoController.php Builds the element overview page.
EntityDebugController::$aliasStorage property src/Controller/EntityDebugController.php The alias storage.
EntityDebugController::$translationManager property src/Controller/EntityDebugController.php The translation manager.
EntityDebugController::entityLoadWithReferences function src/Controller/EntityDebugController.php Returns the loaded structure of the current entity with references.
EntityDebugController::getEntityWithFieldDefinitions function src/Controller/EntityDebugController.php Returns an entity with field definitions from the given route match.
EntityDebugController::pathAliases function src/Controller/EntityDebugController.php Return definitions for any related path aliases.
EntityTypeInfo::$currentUser property src/EntityTypeInfo.php The current user.
EntityTypeInfo::getPathParts function src/EntityTypeInfo.php Get path parts.
EntityTypeInfo::setEntityTypeLinkTemplate function src/EntityTypeInfo.php Sets entity type link template.
EntityTypeInfoController::$entityLastInstalledSchemaRepository property src/Controller/EntityTypeInfoController.php The installed entity definition repository service.
EntityTypeInfoController::entityTypeFields function src/Controller/EntityTypeInfoController.php Returns a render array representation of the entity type field definitions.
EntityTypeInfoController::entityTypeList function src/Controller/EntityTypeInfoController.php Builds the entity types overview page.
ErrorHandlerSubscriber class src/EventSubscriber/ErrorHandlerSubscriber.php Listener for handling PHP errors.
ErrorHandlerSubscriber.php file src/EventSubscriber/ErrorHandlerSubscriber.php
ErrorHandlerSubscriber::getSubscribedEvents function src/EventSubscriber/ErrorHandlerSubscriber.php
ErrorHandlerSubscriber::registerErrorHandler function src/EventSubscriber/ErrorHandlerSubscriber.php Register devel error handler.
ErrorHandlerSubscriber::__construct function src/EventSubscriber/ErrorHandlerSubscriber.php ErrorHandlerSubscriber constructor.
EventInfoController::$eventDispatcher property src/Controller/EventInfoController.php Event dispatcher service.
EventInfoController::eventList function src/Controller/EventInfoController.php Builds the events overview page.
EventInfoController::resolveCallableName function src/Controller/EventInfoController.php Helper function for resolve callable name.
ExampleDevelGenerate::generateElements function devel_generate/tests/modules/devel_generate_example/src/Plugin/DevelGenerate/ExampleDevelGenerate.php Business logic relating with each DevelGenerate plugin.
ExampleDevelGenerate::settingsForm function devel_generate/tests/modules/devel_generate_example/src/Plugin/DevelGenerate/ExampleDevelGenerate.php Returns the form for the plugin.
ExampleDevelGenerate::validateDrushParams function devel_generate/tests/modules/devel_generate_example/src/Plugin/DevelGenerate/ExampleDevelGenerate.php Responsible for validating Drush params.
GenerateBlockCommand::__construct function devel_generate/src/Drush/Commands/GenerateBlockCommand.php
GenerateContentCommand::__construct function devel_generate/src/Drush/Commands/GenerateContentCommand.php
GenerateMediaCommand::__construct function devel_generate/src/Drush/Commands/GenerateMediaCommand.php
GenerateMenusCommand class devel_generate/src/Drush/Commands/GenerateMenusCommand.php #[AsCommand(name: 'devel-generate:menus', description: 'Create menus.', aliases: [
'genm',
'devel-generate-menus',
])]
GenerateMenusCommand.php file devel_generate/src/Drush/Commands/GenerateMenusCommand.php
GenerateMenusCommand::configure function devel_generate/src/Drush/Commands/GenerateMenusCommand.php