|
TAXONOMY_HIERARCHY_DISABLED |
constant |
drupal/core/modules/taxonomy/taxonomy.module |
Denotes that no term in the vocabulary has a parent. |
|
FormTest::testDisabledMarkup |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php |
Verify markup for disabled form elements. |
|
system_test_modules_disabled |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Implements hook_modules_disabled(). |
|
module_test_modules_disabled |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Implements hook_modules_disabled(). |
|
UpdateModuleHandler::disable |
function |
drupal/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php |
Disables a given set of modules. |
|
_form_test_disabled_elements |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Build a form to test disabled elements. |
|
ConfigTestController::disable |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestController.php |
Disables a ConfigTest object. |
|
FormTest::testDisabledElements |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php |
Test handling of disabled elements. |
|
ModulesDisabledUpgradePathTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php |
Tests upgrading with all non-required modules installed but disabled. |
|
ConfigEntityInterface::disable |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Disables the configuration entity. |
|
Twig_Environment::disableDebug |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Disables debugging mode. |
|
DisplayTest::testDisableDisplay |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php |
Tests disabling of a display. |
|
ModuleHandlerInterface::disable |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php |
Disables a given set of modules. |
|
SigchildDisabledProcessTest.php |
file |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
|
|
overlay-disable-message.html.twig |
file |
drupal/core/modules/overlay/templates/overlay-disable-message.html.twig |
Default theme implementation for the message about disabling the overlay. |
|
filter_test_filter_format_disable |
function |
drupal/core/modules/filter/tests/filter_test/filter_test.module |
Implements hook_filter_format_disable(). |
|
node_access_test_language_disable |
function |
drupal/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module |
Implements hook_disable(). |
|
RequiredTest::testDisableRequired |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/RequiredTest.php |
Assert that core required modules cannot be disabled. |
|
BlockTest::testBlockModuleDisable |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php |
Tests blocks belonging to disabled modules. |
|
ModulesDisabledUpgradePathTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php |
Definition of Drupal\system\Tests\Upgrade\ModulesDisabledUpgradePathTest. |
|
DrupalUnitTestBase::disableModules |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php |
Disables modules for this test. |
|
drupal-7.all-disabled.database.php |
file |
drupal/core/modules/system/tests/upgrade/drupal-7.all-disabled.database.php |
|
|
Twig_Environment::disableAutoReload |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Disables the auto_reload option. |
|
EnableDisableTest::testEnableDisable |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php |
Tests that all core modules can be enabled, disabled and uninstalled. |
|
ModulesDisabledUpgradePathTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php |
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing. |
|
Twig_Extension_Sandbox::disableSandbox |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Sandbox.php |
|
|
ModulesDisabledUpgradePathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php |
|
|
SigchildDisabledProcessTest::testGetPid |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
|
SigchildDisabledProcessTest::testSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
|
SigchildDisabledProcessTest::getProcess |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
|
|
Twig_Environment::disableStrictVariables |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Disables the strict_variables option. |
|
JsCompressorFilter::$disableOptimizations |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php |
|
|
NodeTranslationUITest::testDisabledBundle |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Tests that no metadata is stored for a disabled bundle. |
|
LocaleUpdateTest::testEnableDisableModule |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests automatic translation import when a module is enabled. |
|
ValidatorBuilder::disableAnnotationMapping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilder.php |
Disables annotation based constraint mapping. |
|
JsCompressorFilter::setDisableOptimizations |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php |
|
|
FilterSecurityTest::testDisableFilterModule |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php |
Tests removal of filtered content when an active filter is disabled. |
|
template_preprocess_overlay_disable_message |
function |
drupal/core/modules/overlay/overlay.module |
Prepares variables for overlay disable message templates. |
|
LocaleUpdateTest::testEnableDisableLanguage |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests automatic translation import when a langauge is enabled. |
|
ViewEditFormController::submitDisplayDisable |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to disable display. |
|
SigchildDisabledProcessTest::testGetExitCode |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
|
SigchildDisabledProcessTest::testExitCodeText |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
|
SigchildDisabledProcessTest::testIsSuccessful |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
|
IpUtilsTest::testAnIpv6WithOptionDisabledIpv6 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php |
@expectedException \RuntimeException |
|
FieldInfoTest::testInstanceDisabledEntityType |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
Test that instances on disabled entity types are filtered out. |
|
UserAccountLinksTests::testDisabledAccountLink |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php |
Tests disabling the 'My account' link. |
|
RequestTest::disableHttpMethodParameterOverride |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
|
UpdateContribTest::testUpdateShowDisabledThemes |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Tests that disabled themes are only shown when desired. |
|
CustomBlockTranslationUITest::testDisabledBundle |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php |
Test that no metadata is stored for a disabled bundle. |
|
SigchildDisabledProcessTest::testIsNotSuccessful |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |