Twig_Environment::enableStrictVariables |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Enables the strict_variables option. |
PHPUnit_Framework_Error_Notice::$enabled |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Error/Notice.php |
|
CKEditorPluginManager::getEnabledPlugins |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php |
Determines which plug-ins are enabled. |
PHPUnit_Framework_Error_Warning::$enabled |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Error/Warning.php |
|
ValidatorBuilder::enableAnnotationMapping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilder.php |
Enables annotation based constraint mapping. |
LocaleUpdateTest::testEnableDisableModule |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests automatic translation import when a module is enabled. |
ExtensionTest::getResolvedEnabledFixtures |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php |
|
Request::enableHttpMethodParameterOverride |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Enables support for the _method request parameter to determine the intended HTTP method. |
LocaleUpdateTest::testEnableCustomLanguage |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests automatic translation import when a custom langauge is enabled. |
CacheWarmerAggregate::enableOptionalWarmers |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php |
|
ViewEditFormController::submitDisplayEnable |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to enable a disabled display. |
LocaleUpdateTest::testEnableDisableLanguage |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests automatic translation import when a langauge is enabled. |
DependencyTest::testEnableWithoutDependency |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php |
Attempts to enable the Entity Translation module without Language enabled. |
PHPUnit_Framework_Error_Deprecated::$enabled |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Error/Deprecated.php |
|
LoggingTest::testEnableTargetLoggingNoTarget |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php |
Tests that logs to separate targets utilize the same connection properly. |
EntityTranslationTestBase::enableTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
Enables translation for the current entity type and bundle. |
CKEditorPluginContextualInterface::isEnabled |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginContextualInterface.php |
Checks if this plugin should be enabled based on the editor configuration. |
SigchildEnabledProcessTest::testExitCodeText |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
|
CKEditorPluginManagerTest::testEnabledPlugins |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php |
Tests the enabling of plugins. |
LoggingTest::testEnableMultiConnectionLogging |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php |
Tests that we can log queries separately on different connections. |
DrupalUnitTestBaseTest::testEnableModulesLoad |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php |
Tests expected load behavior of enableModules(). |
ConfigTestTranslationUITest::enableTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::enableTranslation(). |
ModuleEnable::testRequiredModuleSchemaVersions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php |
Tests recorded schema versions of early installed modules in the installer. |
DrupalUnitTestBaseTest::testEnableModulesTheme |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php |
Tests that theme() works right after loading a module. |
ProcessInSigchildEnvironment::isSigchildEnabled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessInSigchildEnvironment.php |
Returns whether PHP has been compiled with the '--enable-sigchild' option or not. |
DrupalUnitTestBaseTest::testEnableModulesInstall |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php |
Tests expected installation behavior of enableModules(). |
ValidatorBuilderTest::testEnableAnnotationMapping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php |
|
ValidatorBuilderInterface::enableAnnotationMapping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilderInterface.php |
Enables annotation based constraint mapping. |
BookTest::testNavigationBlockOnAccessModuleEnabled |
function |
drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php |
Tests the book navigation block when an access module is enabled. |
DrupalUnitTestBaseTest::testEnableModulesFixedList |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php |
Tests that the module list is retained after enabling/installing/disabling modules. |
SigchildEnabledProcessTest::testProcessIsNotSignaled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
SigchildEnabledProcessTest::testGetPidIsNullAfterRun |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
SigchildEnabledProcessTest::testProcessWithTermSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
EnableDisableTest::assertSuccessfulDisableAndUninstall |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php |
Disables and uninstalls a module and asserts that it was done correctly. |
ReverseProxySubscriberUnitTest::testReverseProxyEnabled |
function |
drupal/core/tests/Drupal/Tests/Core/EventSubscriber/ReverseProxySubscriberUnitTest.php |
Tests that subscriber sets trusted headers when reverse proxy is set. |
ExtensionTest::testIsConfigEnabledOnNonEnableableConfig |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php |
@expectedException \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
@expectedExceptionMessage The config array has no 'enabled' key. |
SigchildEnabledProcessTest::testGetPidIsNullBeforeStart |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
DependencyTest::testEnableRequirementsFailureDependency |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php |
Tests enabling a module that depends on a module which fails hook_requirements(). |
PHPUnit_Framework_MockObject_MockBuilder::enableAutoload |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Enables the use of class autoloading while creating the mock object. |
SigchildEnabledProcessTest::testProcessWithoutTermSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
ExtensionTest::testIsConfigEnabledReturnsTheResolvedValue |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php |
@dataProvider getResolvedEnabledFixtures |
DrupalUnitTestBaseTest::testEnableModulesInstallContainer |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php |
Tests installing modules via enableModules() with DepedencyInjection services. |
SigchildEnabledProcessTest::testProcessIsSignaledIfStopped |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
translation_node_type_language_translation_enabled_validate |
function |
drupal/core/modules/translation/translation.module |
Checks if translation can be enabled. |
PHPUnit_Framework_MockObject_MockBuilder::enableOriginalClone |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Enables the invocation of the original clone constructor. |
PHPUnit_Framework_MockObject_MockBuilder::enableArgumentCloning |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Enables the cloning of arguments passed to mocked methods. |
ValidationVisitorTest::testMetadataMayNotExistIfTraversalIsEnabled |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
PHPUnit_Framework_MockObject_MockBuilder::enableOriginalConstructor |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Enables the invocation of the original constructor. |
SigchildEnabledProcessTest::testProcessWithoutTermSignalIsNotSignaled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
Framework_MockObjectTest::testStaticMethodCallWithArgumentCloningEnabled |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|