| 
            Database::addConnectionInfo           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Database.php           | 
                  
            Adds database connection information for a given key/target.           | 
              
          
                  | 
            ContainerTest::testAddScope           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php           | 
                  
                       | 
              
          
                  | 
            PhpDumper::addServiceReturn           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php           | 
                  
            Adds the service return statement.           | 
              
          
                  | 
            DisplayTest::testAddDisplay           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php           | 
                  
            Tests adding a display.           | 
              
          
                  | 
            SelectExtender::addMetaData           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php           | 
                  
            Adds additional metadata to the query.           | 
              
          
                  | 
            Twig_Compiler::addDebugInfo           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/lib/Twig/Compiler.php           | 
                  
            Adds debugging information.           | 
              
          
                  | 
            YamlDumper::addServiceAlias           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php           | 
                  
            Adds a service alias           | 
              
          
                  | 
            JavaScriptTest::testAddFile           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php           | 
                  
            Tests adding a JavaScript file.           | 
              
          
                  | 
            DrupalDiffFormatter::_added           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Component/Diff/DiffEngine.php           | 
                  
                       | 
              
          
                  | 
            translation_entity_add_page           | 
                  
            function           | 
                  
            drupal/core/modules/translation_entity/translation_entity.pages.inc           | 
                  
            Page callback for the translation addition page.           | 
              
          
                  | 
            Twig_Parser::addNodeVisitor           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/lib/Twig/Parser.php           | 
                  
                       | 
              
          
                  | 
            image_style_form_add_submit           | 
                  
            function           | 
                  
            drupal/core/modules/image/image.admin.inc           | 
                  
            Submit handler for adding a new image effect to an image style.           | 
              
          
                  | 
            image_style_add_form_submit           | 
                  
            function           | 
                  
            drupal/core/modules/image/image.admin.inc           | 
                  
            Submit handler for adding a new image style.           | 
              
          
                  | 
            UserCreateTest::testUserAdd           | 
                  
            function           | 
                  
            drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateTest.php           | 
                  
            Create a user through the administration interface and ensure that it
displays in the user list.           | 
              
          
                  | 
            DefaultFileLocator::addPaths           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php           | 
                  
            Append lookup paths to metadata driver.           | 
              
          
                  | 
            PollJsAddChoiceTest::getInfo           | 
                  
            function           | 
                  
            drupal/core/modules/poll/lib/Drupal/poll/Tests/PollJsAddChoiceTest.php           | 
                  
                       | 
              
          
                  | 
            MenuTest::addInvalidMenuLink           | 
                  
            function           | 
                  
            drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php           | 
                  
            Attempt to add menu link with invalid path or no access permission.           | 
              
          
                  | 
            TranslationTest::addLanguage           | 
                  
            function           | 
                  
            drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php           | 
                  
            Installs the specified language, or enables it if it is already installed.           | 
              
          
                  | 
            MessageInterface::addHeaders           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php           | 
                  
            Add and merge in an array of HTTP headers.           | 
              
          
                  | 
            ContainerInterface::addScope           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php           | 
                  
            Adds a scope to the container           | 
              
          
                  | 
            Twig_Loader_Chain::addLoader           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/lib/Twig/Loader/Chain.php           | 
                  
            Adds a loader instance.           | 
              
          
                  | 
            shortcut_set_add_form_submit           | 
                  
            function           | 
                  
            drupal/core/modules/shortcut/shortcut.admin.inc           | 
                  
            Submit handler for shortcut_set_add_form().           | 
              
          
                  | 
            PhpDumper::addServiceInclude           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php           | 
                  
            Generates the require_once statement for service includes.           | 
              
          
                  | 
            EventDispatcher::addListener           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php           | 
                  
            @api           | 
              
          
                  | 
            StringInterface::addLocation           | 
                  
            function           | 
                  
            drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php           | 
                  
            Adds a location for this string.           | 
              
          
                  | 
            RouteCollection::addResource           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php           | 
                  
            Adds a resource for this collection.           | 
              
          
                  | 
            ContainerBuilder::addAliases           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php           | 
                  
            Adds the service aliases.           | 
              
          
                  | 
            AddFeedTest::testAddLongFeed           | 
                  
            function           | 
                  
            drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php           | 
                  
            Tests feeds with very long URLs.           | 
              
          
                  | 
            PollJsAddChoiceTest::$modules           | 
                  
            property           | 
                  
            drupal/core/modules/poll/lib/Drupal/poll/Tests/PollJsAddChoiceTest.php           | 
                  
            Modules to enable.           | 
              
          
                  | 
            Twig_Environment::addFunction           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/lib/Twig/Environment.php           | 
                  
            Registers a Function.           | 
              
          
                  | 
            EsiResponseCacheStrategy::add           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategy.php           | 
                  
            Adds a Response.           | 
              
          
                  | 
            block_add_block_form_validate           | 
                  
            function           | 
                  
            drupal/core/modules/block/block.admin.inc           | 
                  
            Form validation handler for block_add_block_form().           | 
              
          
                  | 
            ViewAddFormController::submit           | 
                  
            function           | 
                  
            drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewAddFormController.php           | 
                  
            Overrides Drupal\Core\Entity\EntityFormController::submit().           | 
              
          
                  | 
            ViewAddFormController::cancel           | 
                  
            function           | 
                  
            drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewAddFormController.php           | 
                  
            Form submission handler for the 'cancel' action.           | 
              
          
                  | 
            XmlDumperTest::testAddService           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php           | 
                  
                       | 
              
          
                  | 
            ForumTest::testAddOrphanTopic           | 
                  
            function           | 
                  
            drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php           | 
                  
            Tests that forum nodes can't be added without a parent.           | 
              
          
                  | 
            AssetCollectionInterface::add           | 
                  
            function           | 
                  
            drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php           | 
                  
            Adds an asset to the current collection.           | 
              
          
                  | 
            PhpDumperTest::testAddService           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php           | 
                  
                       | 
              
          
                  | 
            TraceableUrlMatcher::addTrace           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php           | 
                  
                       | 
              
          
                  | 
            WizardPluginBase::addDisplays           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php           | 
                  
            Adds the array of display options to the view, with appropriate overrides.           | 
              
          
                  | 
            FieldOverview::validateAddNew           | 
                  
            function           | 
                  
            drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php           | 
                  
            Validates the 'add new field' row.           | 
              
          
                  | 
            PhpDumper::addServiceInstance           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php           | 
                  
            Generates the service instance.           | 
              
          
                  | 
            DatabaseFileUsageBackend::add           | 
                  
            function           | 
                  
            drupal/core/modules/file/lib/Drupal/file/FileUsage/DatabaseFileUsageBackend.php           | 
                  
            Implements Drupal\file\FileUsage\FileUsageInterface::add().           | 
              
          
                  | 
            translation_entity_add_access           | 
                  
            function           | 
                  
            drupal/core/modules/translation_entity/translation_entity.module           | 
                  
            Access callback for the translation addition page.           | 
              
          
                  | 
            Twig_Compiler::addIndentation           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/lib/Twig/Compiler.php           | 
                  
            Appends an indentation to the current PHP code after compilation.           | 
              
          
                  | 
            JavaScriptTest::testAddInline           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php           | 
                  
            Tests adding inline scripts.           | 
              
          
                  | 
            SelectExtender::addExpression           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php           | 
                  
            Adds an expression to the list of "fields" to be SELECTed.           | 
              
          
                  | 
            GraphvizDumper::addAttributes           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php           | 
                  
            Adds attributes           | 
              
          
                  | 
            ContainerBuilder::addResource           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php           | 
                  
            Adds a resource for this configuration.           | 
              
          
                  | 
            MappingDriverChain::addDriver           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php           | 
                  
            Add a nested driver.           |