Search for %s

  1. Search 7.x-1.x for %s
  2. Search 5.x for %s
  3. Other projects
Title Object type File name Summary
AvailableTestDumper class tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php Provides a AvailableTestDumper plugin.
AvailableTestDumper.php file tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php
AvailableTestDumper::checkRequirements function tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php Checks if requirements for this plugin are satisfied.
AvailableTestDumper::dump function tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php Dumps information about a variable.
AvailableTestDumper::export function tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php Returns a string representation of a variable.
AvailableTestDumper::exportAsRenderable function tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php Returns a string representation of a variable wrapped in a render array.
ClientSideFilterTable class src/Element/ClientSideFilterTable.php Provides a render element for filterable table data.
ClientSideFilterTable.php file src/Element/ClientSideFilterTable.php
ClientSideFilterTable::getInfo function src/Element/ClientSideFilterTable.php Returns the element properties for this element.
ClientSideFilterTable::preRenderTable function src/Element/ClientSideFilterTable.php Pre-render callback: Assemble render array for the filterable table.
ConfigDeleteForm::getDescription function src/Form/ConfigDeleteForm.php Returns additional text to display as a description.
ConfigDeleteForm::getQuestion function src/Form/ConfigDeleteForm.php Returns the question to ask the user.
ConfigDeleteForm::submitForm function src/Form/ConfigDeleteForm.php Form submission handler.
ConfigEditor::submitForm function src/Form/ConfigEditor.php Form submission handler.
ConfigsList class src/Form/ConfigsList.php Form that displays all the config variables to edit them.
ConfigsList.php file src/Form/ConfigsList.php
ConfigsList::buildForm function src/Form/ConfigsList.php Form constructor.
ConfigsList::getFormId function src/Form/ConfigsList.php Returns a unique string identifying the form.
ConfigsList::submitForm function src/Form/ConfigsList.php Form submission handler.
ContainerInfoController::parameterList function src/Controller/ContainerInfoController.php Builds the parameters overview page.
ContainerInfoController::serviceDetail function src/Controller/ContainerInfoController.php Returns a render array representation of the service.
ContainerInfoController::serviceList function src/Controller/ContainerInfoController.php Builds the services overview page.
ContainerInfoController::__construct function src/Controller/ContainerInfoController.php ServiceInfoController constructor.
ContentDevelGenerate::$aliasStorage property devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php The alias storage.
ContentDevelGenerate::$contentTranslationManager property devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php The content translation manager.
ContentDevelGenerate::$database property devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php Database connection.
ContentDevelGenerate::$drushBatch property devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php The Drush batch flag.
ContentDevelGenerate::$nodeStorage property devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php The node storage.
ContentDevelGenerate::$nodeTypeStorage property devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php The node type storage.
ContentDevelGenerate::$userStorage property devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php The user storage.
ContentDevelGenerate::develGenerateContentAddNodeTranslation function devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php Create translation for the given node.
ContentDevelGenerate::generateElements function devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php Business logic relating with each DevelGenerate plugin.
ContentDevelGenerate::isBatch function devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php Determines if the content should be generated in batch mode.
ContentDevelGenerate::settingsForm function devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php Returns the form for the plugin.
ContentDevelGenerate::settingsFormValidate function devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php Form validation handler.
ContentDevelGenerate::validateDrushParams function devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php Responsible for validating Drush params.
ContentDevelGenerate::__construct function devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php The construct.
dargs function ./devel.module Prints the arguments passed into the current function.
Debug::getContextVariables function src/Twig/Extension/Debug.php Filters the Twig context variable.
Debug::getFunctions function src/Twig/Extension/Debug.php
Debug::guessTwigFunctionParameters function src/Twig/Extension/Debug.php Gets the twig function parameters for the current invocation.
Debug::message function src/Twig/Extension/Debug.php Provides debug function to Twig templates.
Debug::__construct function src/Twig/Extension/Debug.php Constructs a Debug object.
DestinationMenuLink class src/Plugin/Menu/DestinationMenuLink.php Modifies the menu link to add destination.
DestinationMenuLink.php file src/Plugin/Menu/DestinationMenuLink.php
DestinationMenuLink::getCacheMaxAge function src/Plugin/Menu/DestinationMenuLink.php @todo Make cacheable once https://www.drupal.org/node/2582797 lands.
DestinationMenuLink::getOptions function src/Plugin/Menu/DestinationMenuLink.php Returns the options for this link.
devel.commands service ./drush.services.yml Drupal\devel\Commands\DevelCommands
devel.css file css/devel.css /**
* Dumpers
*/
.devel-dumper .details-wrapper {
overflow: auto;
max-height: 450px;
margin-right: 3px;
}

/**
* Switch User block
*/
.region-content .block-devel-switch-user ul,
.site-footer .block-devel-switch-user ul {
display: flex;
devel.error_subscriber service ./devel.services.yml Drupal\devel\EventSubscriber\ErrorHandlerSubscriber