Search for t

  1. Search 7.x-1.x for t
  2. Search 5.x for t
  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.
backtrace_error_handler function ./devel.module Displays backtrace showing the route of calls to the current error.
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 class src/Form/ConfigDeleteForm.php Edit config variable form.
ConfigDeleteForm.php file src/Form/ConfigDeleteForm.php
ConfigDeleteForm::buildForm function src/Form/ConfigDeleteForm.php Form constructor.
ConfigDeleteForm::getCancelText function src/Form/ConfigDeleteForm.php Returns a caption for the link which cancels the action.
ConfigDeleteForm::getCancelUrl function src/Form/ConfigDeleteForm.php Returns the route to go to if the user cancels the action.
ConfigDeleteForm::getConfirmText function src/Form/ConfigDeleteForm.php Returns a caption for the button that confirms the action.
ConfigDeleteForm::getDescription function src/Form/ConfigDeleteForm.php Returns additional text to display as a description.
ConfigDeleteForm::getFormId function src/Form/ConfigDeleteForm.php Returns a unique string identifying the form.
ConfigDeleteForm::getFormName function src/Form/ConfigDeleteForm.php Returns the internal name used to refer to the confirmation item.
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 class src/Form/ConfigEditor.php Edit config variable form.
ConfigEditor.php file src/Form/ConfigEditor.php
ConfigEditor::buildCancelLinkUrl function src/Form/ConfigEditor.php Builds the cancel link url for the form.
ConfigEditor::buildForm function src/Form/ConfigEditor.php Form constructor.
ConfigEditor::getFormId function src/Form/ConfigEditor.php Returns a unique string identifying the form.
ConfigEditor::submitForm function src/Form/ConfigEditor.php Form submission handler.
ConfigEditor::validateForm function src/Form/ConfigEditor.php Form validation 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 class src/Controller/ContainerInfoController.php Provides route responses for the container info pages.
ContainerInfoController.php file src/Controller/ContainerInfoController.php
ContainerInfoController::$dumper property src/Controller/ContainerInfoController.php The dumper manager service.
ContainerInfoController::$kernel property src/Controller/ContainerInfoController.php The drupal kernel.
ContainerInfoController::create function src/Controller/ContainerInfoController.php Instantiates a new instance of this class.
ContainerInfoController::parameterDetail function src/Controller/ContainerInfoController.php Returns a render array representation of the parameter value.
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 class devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php Provides a ContentDevelGenerate plugin.
ContentDevelGenerate.php file devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php
ContentDevelGenerate::$aliasStorage property devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php The alias storage.
ContentDevelGenerate::$commentManager property devel_generate/src/Plugin/DevelGenerate/ContentDevelGenerate.php The comment manager service.
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.