| DoctrineDebug::checkRequirements |
function |
src/Plugin/Devel/Dumper/DoctrineDebug.php |
Checks if requirements for this plugin are satisfied. |
| DoctrineDebug::exportAsRenderable |
function |
src/Plugin/Devel/Dumper/DoctrineDebug.php |
Returns a string representation of a variable wrapped in a render array. |
| drush.services.yml |
file |
./drush.services.yml |
drush.services.yml |
| drush.services.yml |
file |
devel_generate/drush.services.yml |
devel_generate/drush.services.yml |
| dsm |
function |
./devel.module |
An alias for dpm(), for historic reasons. |
| DumperTestController |
class |
tests/modules/devel_dumper_test/src/Controller/DumperTestController.php |
Class DumperTestController. |
| 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 this class. |
| 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. |
| DumperTestController::__construct |
function |
tests/modules/devel_dumper_test/src/Controller/DumperTestController.php |
Constructs a new DumperTestController object. |
| ElementInfoController::elementList |
function |
src/Controller/ElementInfoController.php |
Builds the element overview page. |
| ElementInfoController::__construct |
function |
src/Controller/ElementInfoController.php |
EventInfoController constructor. |
| EntityDebugController::__construct |
function |
src/Controller/EntityDebugController.php |
EntityDebugController constructor. |
| 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. |
| EntityTypeInfo::__construct |
function |
src/EntityTypeInfo.php |
EntityTypeInfo constructor. |
| 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. |
| EntityTypeInfoController::__construct |
function |
src/Controller/EntityTypeInfoController.php |
EntityTypeInfoController constructor. |
| ErrorHandlerSubscriber |
class |
src/EventSubscriber/ErrorHandlerSubscriber.php |
Listener for handling PHP errors. |
| ErrorHandlerSubscriber.php |
file |
src/EventSubscriber/ErrorHandlerSubscriber.php |
|
| ErrorHandlerSubscriber::$account |
property |
src/EventSubscriber/ErrorHandlerSubscriber.php |
The current user. |
| 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. |
| EventInfoController::__construct |
function |
src/Controller/EventInfoController.php |
EventInfoController constructor. |
| 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. |
| Kint::checkRequirements |
function |
src/Plugin/Devel/Dumper/Kint.php |
Checks if requirements for this plugin are satisfied. |
| Kint::getInternalFunctions |
function |
src/Plugin/Devel/Dumper/Kint.php |
Returns a list of internal functions. |
| Kint::__construct |
function |
src/Plugin/Devel/Dumper/Kint.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| LayoutInfoController::__construct |
function |
src/Controller/LayoutInfoController.php |
LayoutInfoController constructor. |
| MediaDevelGenerate::$drushBatch |
property |
devel_generate/src/Plugin/DevelGenerate/MediaDevelGenerate.php |
The Drush batch flag. |
| MediaDevelGenerate::$mediaStorage |
property |
devel_generate/src/Plugin/DevelGenerate/MediaDevelGenerate.php |
The media entity storage. |
| MediaDevelGenerate::$mediaTypeStorage |
property |
devel_generate/src/Plugin/DevelGenerate/MediaDevelGenerate.php |
The media type entity storage. |
| MediaDevelGenerate::$userStorage |
property |
devel_generate/src/Plugin/DevelGenerate/MediaDevelGenerate.php |
The user entity storage. |
| MediaDevelGenerate::generateElements |
function |
devel_generate/src/Plugin/DevelGenerate/MediaDevelGenerate.php |
Business logic relating with each DevelGenerate plugin. |
| MediaDevelGenerate::isBatch |
function |
devel_generate/src/Plugin/DevelGenerate/MediaDevelGenerate.php |
Finds out if the media item generation will run in batch process. |
| MediaDevelGenerate::settingsForm |
function |
devel_generate/src/Plugin/DevelGenerate/MediaDevelGenerate.php |
Returns the form for the plugin. |