PhpDumper::addServiceInlinedDefinitionsSetup |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Generates the inline definition setup. |
ContainerBuilderTest::testAddGetCompilerPass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::addCompilerPass
@covers Symfony\Component\DependencyInjection\ContainerBuilder::getCompilerPassConfig |
JavaScriptTest::testAddJsFileWithQueryString |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests JavaScript files that have querystrings attached get added right. |
EntityEnclosingRequestInterface::addPostFiles |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Add POST files to use in the upload |
PersistentObjectTest::testAddToManyAssocation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
AssetCollectionTest::testLoadDedupBySourceUrl |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
EntityEnclosingRequestInterface::addPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Add POST fields to use in the request |
PersistentObjectTest::testAddInvalidCollection |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
YamlFileLoaderTest::testLoadDoesNothingIfEmpty |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
|
IpAddressBlockingTest::testIPAddressValidation |
function |
drupal/core/modules/ban/lib/Drupal/ban/Tests/IpAddressBlockingTest.php |
Tests various user input to confirm correct validation and saving of data. |
locale_form_language_admin_add_form_alter_submit |
function |
drupal/core/modules/locale/locale.module |
Form submission handler for language_admin_add_form(). |
StringAssetTest::testLoadAppliesAdditionalFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/StringAssetTest.php |
|
StringAssetTest::testDumpAppliesAdditionalFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/StringAssetTest.php |
|
ChainCacheClearerTest::testInjectClearerUsingAdd |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php |
|
NotifyPropertyChanged::addPropertyChangedListener |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php |
Adds a listener that wants to be notified about property changes. |
ContainerAwareEventDispatcher::addListenerService |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Adds a service as event listener |
StatisticsBlockVisitorsTest::testIPAddressBlocking |
function |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsBlockVisitorsTest.php |
Blocks an IP address via the top visitors report and then unblocks it. |
ajax_forms_test_advanced_commands_add_css_callback |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax callback for 'add_css'. |
AssetCollectionTest::testLoadDedupByStrictEquality |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
EntityTranslationController::addTranslatabilityClue |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Adds a clue about the form element translatability. |
ContainerAwareTraceableEventDispatcher::addListener |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ContainerAwareTraceableEventDispatcher.php |
|
ContainerAwareEventDispatcher::addSubscriberService |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Adds a service as event subscriber |
Twig_Tests_Node_Expression_Binary_AddTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php |
|
CacheWarmerAggregateTest::testInjectWarmersUsingAdd |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php |
|
PersistentObjectTest::testAddInvalidToManyAssocation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
EventDispatcherTest::testAddSubscriberWithPriorities |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
ContainerTest::testAddScopeDoesNotAllowBuiltInScopes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@expectedException \InvalidArgumentException
@dataProvider getBuiltInScopes |
ContainerTest::testAddScopeDoesNotAllowExistingScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@expectedException \InvalidArgumentException |
form_test_form_rebuild_preserve_values_form_add_more |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Button submit handler for form_test_form_rebuild_preserve_values_form(). |
JsonResponseTest::testConstructorAddsContentTypeHeader |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
Twig_Tests_Node_Expression_Binary_AddTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php |
@covers Twig_Node_Expression_Binary_Add::compile
@covers Twig_Node_Expression_Binary_Add::operator
@dataProvider getTests |
CascadingStylesheetsTest::testAddCssFileWithQueryString |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php |
Tests that CSS query string remains intact when added to file. |
ImmutableEventDispatcherTest::testAddListenerDisallowed |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
@expectedException \BadMethodCallException |
ImmutableEventDispatcherTest::testAddSubscriberDisallowed |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
@expectedException \BadMethodCallException |
ContainerTest::testAddScopeDoesNotAllowInvalidParentScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@expectedException \InvalidArgumentException
@dataProvider getInvalidParentScopes |
ContainerAwareEventDispatcherTest::testAddAListenerService |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
RouteCollectionTest::testCannotAddExistingCollectionToTree |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
@expectedException \InvalidArgumentException |
Twig_Tests_Node_Expression_Binary_AddTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php |
@covers Twig_Node_Expression_Binary_Add::__construct |
EventDispatcherTest::testAddSubscriberWithMultipleListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddASubscriberService |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
FieldAttachStorageTest::testFieldAttachSaveLoadDifferentStorage |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test saving and loading fields using different storage backends. |
Twig_Tests_ErrorTest::testTwigExceptionAddsFileAndLineWhenMissing |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ErrorTest.php |
|
RouteCollectionTest::testAddPrefixOverridesDefaultsAndRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
RouteCollectionTest::testAddCollectionOverridesDefaultsAndRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
Twig_Tests_ErrorTest::testTwigExceptionAddsFileAndLineWhenMissingWithInheritance |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ErrorTest.php |
|