ModuleTest::assertInstanceHandler |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php |
Ensure that a certain handler is a instance of a certain table/field. |
PictureFieldDisplayTest::$modules |
property |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Modules to enable. |
NodeAccessBaseTableTest::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php |
Modules to enable. |
ExtensionViewsFieldTest::$modules |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/Views/ExtensionViewsFieldTest.php |
Modules to enable. |
FileFieldRSSContentTest::$modules |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRSSContentTest.php |
Modules to enable. |
ModuleHandler::getImplementations |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php |
Implements \Drupal\Core\Extension\ModuleHandlerInterface::getImplementations(). |
CustomBlockPageViewTest::$modules |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockPageViewTest.php |
Modules to enable. |
DateFormatsLanguageTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/System/DateFormatsLanguageTest.php |
Modules to enable. |
CustomBlockCreationTest::$modules |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php |
Modules to enable. |
ModuleHandlerInterface::invokeAll |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php |
Invokes a hook in all enabled modules that implement it. |
EntityReferenceItemTest::$modules |
property |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceItemTest.php |
Modules to enable. |
ModuleHandlerInterface::uninstall |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php |
Uninstalls a given list of disabled modules. |
NodeBlockFunctionalTest::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockFunctionalTest.php |
Modules to enable. |
_install_profile_modules_finished |
function |
drupal/core/includes/install.core.inc |
'Finished' callback for module installation batch. |
Twig_Node_Module::compileTemplate |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Module.php |
|
CoreBundle::registerModuleHandler |
function |
drupal/core/lib/Drupal/Core/CoreBundle.php |
Registers the module handler. |
ModuleEnable::testEnableUserTwice |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php |
Tests enabling User module once more. |
BlockTest::testBlockModuleDisable |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php |
Tests blocks belonging to disabled modules. |
MainContentFallbackTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php |
Modules to enable. |
RemoteFileDirectoryTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileDirectoryTest.php |
Modules to enable. |
DatabaseBackendUnitTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/DatabaseBackendUnitTest.php |
Modules to enable. |
CascadingStylesheetsTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php |
Modules to enable. |
MissingDependentModuleUnitTest.php |
file |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingDependentModuleUnitTest.php |
Definition of Drupal\simpletest\Tests\MissingDependentModuleUnitTest. |
ModulesDisabledUpgradePathTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php |
Definition of Drupal\system\Tests\Upgrade\ModulesDisabledUpgradePathTest. |
ModuleApiTest::testModuleInvokeAll |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php |
Test that module_invoke_all() can load a hook defined in hook_hook_info(). |
DrupalUnitTestBase::disableModules |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php |
Disables modules for this test. |
ModuleTestBase::assertModuleConfig |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php |
Asserts that the default configuration of a module has been installed. |
HtmlTplPhpAttributesTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HtmlTplPhpAttributesTest.php |
Modules to enable. |
LanguageUrlRewritingTest::$modules |
property |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php |
Modules to enable. |
EntityQueryAggregateTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
Modules to enable. |
UserLanguageCreationTest::$modules |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageCreationTest.php |
Modules to enable. |
CommentTranslationUITest::$modules |
property |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Modules to enable. |
RemoteFileSaveUploadTest::$modules |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/RemoteFileSaveUploadTest.php |
Modules to enable. |
OptionsFieldUnitTestBase::$modules |
property |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUnitTestBase.php |
Modules to enable. |
OptionsDynamicValuesTest::$modules |
property |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesTest.php |
Modules to enable. |
WizardPluginBaseUnitTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/WizardPluginBaseUnitTest.php |
Modules to enable. |
ModuleHandler::getBootstrapModules |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php |
Implements \Drupal\Core\Extension\ModuleHandlerInterface::getBootstrapModules(). |
CustomBlockLoadHooksTest::$modules |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockLoadHooksTest.php |
Modules to enable. |
ConfigEntityStatusUITest::$modules |
property |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityStatusUITest.php |
Modules to enable. |
system_module_test_html_head_alter |
function |
drupal/core/modules/system/tests/modules/system_module_test/system_module_test.module |
Implements hook_html_head_alter(). |
FileTransferTest::_buildFakeModule |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/FileTransferTest.php |
|
field_test_module_implements_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_module_implements_alter(). |
EntityReferenceAdminTest::$modules |
property |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php |
|
SearchSettingsForm::$moduleHandler |
property |
drupal/core/modules/search/lib/Drupal/search/Form/SearchSettingsForm.php |
The module handler. |
ElementsVerticalTabsTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php |
Modules to enable. |
Twig_Node_Module::compileGetParent |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Module.php |
|
Twig_Node_Module::compileDebugInfo |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Module.php |
|
RelationshipJoinTestBase::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RelationshipJoinTestBase.php |
Modules to enable. |
NonDefaultBlockAdminTest::$modules |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/NonDefaultBlockAdminTest.php |
Modules to enable. |
DisplayInternalLogicTest::$modules |
property |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
Modules to enable. |