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
DevelCommands::REINSTALL constant src/Drush/Commands/DevelCommands.php #[Deprecated('Use constant from command-specific file or use a string')]
DevelCommands::SERVICES constant src/Drush/Commands/DevelCommands.php #[Deprecated('Use constant from command-specific file or use a string')]
DevelCommands::TOKEN constant src/Drush/Commands/DevelCommands.php #[Deprecated('Use constant from command-specific file or use a string')]
DevelCommands::UUID constant src/Drush/Commands/DevelCommands.php #[Deprecated('Use constant from command-specific file or use a string')]
DevelCommandsTest class tests/src/Functional/DevelCommandsTest.php Test class for the Devel drush commands.
DevelCommandsTest.php file tests/src/Functional/DevelCommandsTest.php
DevelCommandsTest::$defaultTheme property tests/src/Functional/DevelCommandsTest.php The theme to install as the default for testing.
DevelCommandsTest::$modules property tests/src/Functional/DevelCommandsTest.php Modules to install.
DevelCommandsTest::testCommands function tests/src/Functional/DevelCommandsTest.php Tests drush commands.
DevelContainerInfoTest class tests/src/Functional/DevelContainerInfoTest.php Tests container info pages and links.
DevelContainerInfoTest.php file tests/src/Functional/DevelContainerInfoTest.php
DevelContainerInfoTest::assertContainerInfoLocalTasks function tests/src/Functional/DevelContainerInfoTest.php Asserts that container info local tasks are present.
DevelContainerInfoTest::setUp function tests/src/Functional/DevelContainerInfoTest.php
DevelContainerInfoTest::testContainerInfoMenuLink function tests/src/Functional/DevelContainerInfoTest.php Tests container info menu link.
DevelContainerInfoTest::testParameterDetail function tests/src/Functional/DevelContainerInfoTest.php Tests parameter detail page.
DevelContainerInfoTest::testParameterList function tests/src/Functional/DevelContainerInfoTest.php Tests parameter list page.
DevelContainerInfoTest::testServiceDetail function tests/src/Functional/DevelContainerInfoTest.php Tests service detail page.
DevelContainerInfoTest::testServiceList function tests/src/Functional/DevelContainerInfoTest.php Tests service list page.
DevelController::$themeRegistry property src/Controller/DevelController.php The theme registry.
DevelController::session function src/Controller/DevelController.php Builds the session overview page.
DevelController::stateSystemPage function src/Controller/DevelController.php Builds the state variable overview page.
DevelController::themeRegistry function src/Controller/DevelController.php Theme registry.
DevelControllerTest class tests/src/Functional/DevelControllerTest.php Tests Devel controller.
DevelControllerTest.php file tests/src/Functional/DevelControllerTest.php
DevelControllerTest::$entity property tests/src/Functional/DevelControllerTest.php Test entity provided by Core.
DevelControllerTest::$entityCanonical property tests/src/Functional/DevelControllerTest.php Devel test entity with canonical link.
DevelControllerTest::$entityEdit property tests/src/Functional/DevelControllerTest.php Devel test entity with edit form link.
DevelControllerTest::$entityNoLinks property tests/src/Functional/DevelControllerTest.php Devel test entity with no links.
DevelControllerTest::$modules property tests/src/Functional/DevelControllerTest.php Modules to enable.
DevelControllerTest::setUp function tests/src/Functional/DevelControllerTest.php
DevelControllerTest::testFieldInfoPage function tests/src/Functional/DevelControllerTest.php Tests the field info page.
DevelControllerTest::testRouteGeneration function tests/src/Functional/DevelControllerTest.php Tests route generation.
DevelDumper::$description property src/Annotation/DevelDumper.php A short description of the DevelDumper type.
DevelDumperBase class src/DevelDumperBase.php Defines a base devel dumper implementation.
DevelDumperBase.php file src/DevelDumperBase.php
DevelDumperBase::dump function src/DevelDumperBase.php Dumps information about a variable.
DevelDumperBase::exportAsRenderable function src/DevelDumperBase.php Returns a string representation of a variable wrapped in a render array.
DevelDumperBase::getInternalFunctions function src/DevelDumperBase.php Returns a list of internal functions.
DevelDumperBase::setSafeMarkup function src/DevelDumperBase.php Wrapper for \Drupal\Core\Render\Markup::create().
DevelDumperInterface::checkRequirements function src/DevelDumperInterface.php Checks if requirements for this plugin are satisfied.
DevelDumperInterface::exportAsRenderable function src/DevelDumperInterface.php Returns a string representation of a variable wrapped in a render array.
DevelDumperManager::createInstance function src/DevelDumperManager.php Instances a new dumper plugin.
DevelDumperManager::entityToArrayWithReferences function src/DevelDumperManager.php Converts the given entity to an array with referenced entities loaded.
DevelDumperManager::exportAsRenderable function src/DevelDumperManager.php Returns a render array representation of a variable.
DevelDumperManager::hasAccessToDevelInformation function src/DevelDumperManager.php Checks whether a user has access to devel information.
DevelDumperManager::message function src/DevelDumperManager.php Sets a message with a string representation of a variable.
DevelDumperManager::__construct function src/DevelDumperManager.php Constructs a DevelDumperPluginManager object.
DevelDumperManagerInterface::exportAsRenderable function src/DevelDumperManagerInterface.php Returns a render array representation of a variable.
DevelDumperManagerInterface::message function src/DevelDumperManagerInterface.php Sets a message with a string representation of a variable.
DevelDumperPluginManager::createInstance function src/DevelDumperPluginManager.php Creates a plugin instance based on the provided ID and configuration.