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
DevelDumperTestTrait::assertDumpExportEquals function tests/src/Kernel/DevelDumperTestTrait.php Assertion for ensure dump content.
DevelDumperTestTrait::getDumperDump function tests/src/Kernel/DevelDumperTestTrait.php Returns a string representation of a variable.
DevelDumperTestTrait::getDumperExportDump function tests/src/Kernel/DevelDumperTestTrait.php Returns a string representation of a variable.
DevelElementInfoTest class tests/src/Functional/DevelElementInfoTest.php Tests element info pages and links.
DevelElementInfoTest.php file tests/src/Functional/DevelElementInfoTest.php
DevelElementInfoTest::setUp function tests/src/Functional/DevelElementInfoTest.php
DevelElementInfoTest::testElementDetail function tests/src/Functional/DevelElementInfoTest.php Tests element detail page.
DevelElementInfoTest::testElementInfoMenuLink function tests/src/Functional/DevelElementInfoTest.php Tests element info menu link.
DevelElementInfoTest::testElementList function tests/src/Functional/DevelElementInfoTest.php Tests element list page.
DevelEnforcedDependenciesTest class tests/src/Kernel/DevelEnforcedDependenciesTest.php Tests Devel enforced dependencies.
DevelEnforcedDependenciesTest.php file tests/src/Kernel/DevelEnforcedDependenciesTest.php
DevelEnforcedDependenciesTest::$modules property tests/src/Kernel/DevelEnforcedDependenciesTest.php Modules to enable.
DevelEnforcedDependenciesTest::setUp function tests/src/Kernel/DevelEnforcedDependenciesTest.php
DevelEnforcedDependenciesTest::testMenuEnforcedDependencies function tests/src/Kernel/DevelEnforcedDependenciesTest.php Tests devel menu enforced dependencies.
DevelEntityTestCanonical class tests/modules/devel_entity_test/src/Entity/DevelEntityTestCanonical.php Defines the test entity class.
DevelEntityTestCanonical.php file tests/modules/devel_entity_test/src/Entity/DevelEntityTestCanonical.php
DevelEntityTestEdit class tests/modules/devel_entity_test/src/Entity/DevelEntityTestEdit.php Defines the test entity class.
DevelEntityTestEdit.php file tests/modules/devel_entity_test/src/Entity/DevelEntityTestEdit.php
DevelEntityTestLocalTasks class tests/modules/devel_entity_test/src/Plugin/Derivative/DevelEntityTestLocalTasks.php Defines the local tasks for all the entity_test entities.
DevelEntityTestLocalTasks.php file tests/modules/devel_entity_test/src/Plugin/Derivative/DevelEntityTestLocalTasks.php
DevelEntityTestLocalTasks::getDerivativeDefinitions function tests/modules/devel_entity_test/src/Plugin/Derivative/DevelEntityTestLocalTasks.php Gets the definition of all derivatives of a base plugin.
DevelEntityTestNoLinks class tests/modules/devel_entity_test/src/Entity/DevelEntityTestNoLinks.php Defines the test entity class.
DevelEntityTestNoLinks.php file tests/modules/devel_entity_test/src/Entity/DevelEntityTestNoLinks.php
DevelEntityTypeInfoTest class tests/src/Functional/DevelEntityTypeInfoTest.php Tests entity type info pages and links.
DevelEntityTypeInfoTest.php file tests/src/Functional/DevelEntityTypeInfoTest.php
DevelEntityTypeInfoTest::setUp function tests/src/Functional/DevelEntityTypeInfoTest.php
DevelEntityTypeInfoTest::testEntityInfoMenuLink function tests/src/Functional/DevelEntityTypeInfoTest.php Tests entity info menu link.
DevelEntityTypeInfoTest::testEntityTypeDetail function tests/src/Functional/DevelEntityTypeInfoTest.php Tests entity type detail page.
DevelEntityTypeInfoTest::testEntityTypeFields function tests/src/Functional/DevelEntityTypeInfoTest.php Tests entity type fields page.
DevelEntityTypeInfoTest::testEntityTypeList function tests/src/Functional/DevelEntityTypeInfoTest.php Tests entity type list page.
DevelErrorHandlerTest class tests/src/Functional/DevelErrorHandlerTest.php Tests devel error handler.
DevelErrorHandlerTest.php file tests/src/Functional/DevelErrorHandlerTest.php
DevelErrorHandlerTest::testErrorHandler function tests/src/Functional/DevelErrorHandlerTest.php Tests devel error handler.
DevelEventInfoTest class tests/src/Functional/DevelEventInfoTest.php Tests event info pages and links.
DevelEventInfoTest.php file tests/src/Functional/DevelEventInfoTest.php
DevelEventInfoTest::setUp function tests/src/Functional/DevelEventInfoTest.php
DevelEventInfoTest::testEventList function tests/src/Functional/DevelEventInfoTest.php Tests event info page.
DevelEventInfoTest::testEventsInfoMenuLink function tests/src/Functional/DevelEventInfoTest.php Tests event info menu link.
develgenerate.commands service devel_generate/drush.services.yml Drupal\devel_generate\Commands\DevelGenerateCommands
DevelGenerate::$class property devel_generate/src/Annotation/DevelGenerate.php The name of the DevelGenerate class.
DevelGenerate::$dependencies property devel_generate/src/Annotation/DevelGenerate.php Modules that should be enabled in order to make the plugin discoverable.
DevelGenerate::$description property devel_generate/src/Annotation/DevelGenerate.php A short description of the DevelGenerate type.
DevelGenerate::$drushSettings property devel_generate/src/Annotation/DevelGenerate.php An array whose keys are the settings available to the
DevelGenerate drush command: "suffix", "alias", "options" and "args".
DevelGenerate::$permission property devel_generate/src/Annotation/DevelGenerate.php The permission required to access the plugin settings form.
DevelGenerate::$settings property devel_generate/src/Annotation/DevelGenerate.php An array whose keys are the names of the settings available to the
DevelGenerate settingsForm, and whose values are the default values for those settings.
DevelGenerateBase class devel_generate/src/DevelGenerateBase.php Provides a base DevelGenerate plugin implementation.
DevelGenerateBase.php file devel_generate/src/DevelGenerateBase.php
DevelGenerateBase::$entityTypeManager property devel_generate/src/DevelGenerateBase.php The entity type manager service.
DevelGenerateBase::$random property devel_generate/src/DevelGenerateBase.php The random data generator.
DevelGenerateBase::$settings property devel_generate/src/DevelGenerateBase.php The plugin settings.