| 
            Kernel::initializeContainer           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php           | 
                  
            Initializes the service container.           | 
              
          
                  | 
            WebTestBase::curlInitialize           | 
                  
            function           | 
                  
            drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php           | 
                  
            Initializes the cURL connection.           | 
              
          
                  | 
            PluginBag::initializePlugin           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Component/Plugin/PluginBag.php           | 
                  
            Initializes a plugin and stores the result in $this->pluginInstances.           | 
              
          
                  | 
            EasyRdf_Parser_RdfXml::init           | 
                  
            function           | 
                  
            drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php           | 
                  
            @ignore           | 
              
          
                  | 
            ItemList::getItemDefinition           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/TypedData/ItemList.php           | 
                  
            Implements \Drupal\Core\TypedData\ListInterface::getItemDefinition().           | 
              
          
                  | 
            DefinitionDecoratorTest.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php           | 
                  
                       | 
              
          
                  | 
            NodeTypeInitialLanguageTest           | 
                  
            class           | 
                  
            drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php           | 
                  
            Tests related to node type initial language.           | 
              
          
                  | 
            FilterBag::initializePlugin           | 
                  
            function           | 
                  
            drupal/core/modules/filter/lib/Drupal/filter/FilterBag.php           | 
                  
            Initializes a plugin and stores the result in $this->pluginInstances.           | 
              
          
                  | 
            EntityNG::$fieldDefinitions           | 
                  
            property           | 
                  
            drupal/core/lib/Drupal/Core/Entity/EntityNG.php           | 
                  
            Local cache for field definitions.           | 
              
          
                  | 
            Action::getPluginDefinition           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Action.php           | 
                  
                       | 
              
          
                  | 
            Context::$contextDefinition           | 
                  
            property           | 
                  
            drupal/core/lib/Drupal/Component/Plugin/Context/Context.php           | 
                  
            The definition to which a context must conform.           | 
              
          
                  | 
            CheckDefinitionValidityPass           | 
                  
            class           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php           | 
                  
            This pass validates each definition individually only taking the information
into account which is contained in the definition itself.           | 
              
          
                  | 
            ViewAddFormController::init           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php           | 
                  
            Initialize the form state and the entity before the first form build.           | 
              
          
                  | 
            Definition::$factoryService           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php           | 
                  
                       | 
              
          
                  | 
            RequestTest::testInitialize           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
            @covers Symfony\Component\HttpFoundation\Request::initialize           | 
              
          
                  | 
            Definition::setFactoryClass           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php           | 
                  
            Sets the name of the class that acts as a factory using the factory method,
which will be invoked statically.           | 
              
          
                  | 
            Definition::getFactoryClass           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php           | 
                  
            Gets the factory class.           | 
              
          
                  | 
            ActionBag::initializePlugin           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Action/ActionBag.php           | 
                  
            Initializes a plugin and stores the result in $this->pluginInstances.           | 
              
          
                  | 
            views_get_plugin_definitions           | 
                  
            function           | 
                  
            drupal/core/modules/views/views.module           | 
                  
            Gets all the views plugin definitions.           | 
              
          
                  | 
            Definition::removeMethodCall           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php           | 
                  
            Removes a method to call after service initialization.           | 
              
          
                  | 
            RelationshipPluginBase::init           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php           | 
                  
            Overrides \Drupal\views\Plugin\views\HandlerBase::init().           | 
              
          
                  | 
            ThemeEarlyInitializationTest           | 
                  
            class           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeEarlyInitializationTest.php           | 
                  
            Functional test for initialization of the theme system early in the request.           | 
              
          
                  | 
            ViewExecutable::initHandlers           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php           | 
                  
            Acquire and attach all of the handlers.           | 
              
          
                  | 
            ViewsDataTest::initViewsData           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php           | 
                  
            Initializes a new ViewsData instance and resets the cache backend.           | 
              
          
                  | 
            ViewExecutable::_initHandler           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php           | 
                  
            Attach all of the handlers for each type.           | 
              
          
                  | 
            DefinitionTest::testClearTag           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php           | 
                  
            @covers Symfony\Component\DependencyInjection\Definition::clearTags           | 
              
          
                  | 
            ViewFormControllerBase::init           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php           | 
                  
            Initialize the form state and the entity before the first form build.           | 
              
          
                  | 
            FlashBagTest::testInitialize           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php           | 
                  
                       | 
              
          
                  | 
            InlineServiceDefinitionsPass           | 
                  
            class           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php           | 
                  
            Inline service definitions where this is possible.           | 
              
          
                  | 
            CacheDecorator::$definitions           | 
                  
            property           | 
                  
            drupal/core/lib/Drupal/Core/Plugin/Discovery/CacheDecorator.php           | 
                  
            The plugin definitions of the decorated discovery class.           | 
              
          
                  | 
            DisplayBag::initializePlugin           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/DisplayBag.php           | 
                  
            Overrides \Drupal\Component\Plugin\PluginBag::initializePlugin().           | 
              
          
                  | 
            MysqlProfilerStorage::initDb           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php           | 
                  
            Initializes the database           | 
              
          
                  | 
            Field::getPropertyDefinition           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php           | 
                  
            Implements \Drupal\Core\Entity\Field\FieldInterface::getPropertyDefinition().           | 
              
          
                  | 
            HookDiscovery::getDefinition           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php           | 
                  
            Implements Drupal\Component\Plugin\Discovery\DicoveryInterface::getDefinition().           | 
              
          
                  | 
            image_effect_definition_load           | 
                  
            function           | 
                  
            drupal/core/modules/image/image.module           | 
                  
            Loads the definition for an image effect.           | 
              
          
                  | 
            GroupDefinitionException.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/GroupDefinitionException.php           | 
                  
                       | 
              
          
                  | 
            DefinitionDecorator::$parent           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php           | 
                  
                       | 
              
          
                  | 
            MappingDefinitionTest::setUp           | 
                  
            function           | 
                  
            drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php           | 
                  
            Sets up a Drupal site for running functional and integration tests.           | 
              
          
                  | 
            DefinitionDecorator::setFile           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php           | 
                  
            @api           | 
              
          
                  | 
            Definition::setFactoryMethod           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php           | 
                  
            Sets the factory method able to create an instance of this class.           | 
              
          
                  | 
            Definition::getFactoryMethod           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php           | 
                  
            Gets the factory method.           | 
              
          
                  | 
            PluginBase::$pluginDefinition           | 
                  
            property           | 
                  
            drupal/core/lib/Drupal/Component/Plugin/PluginBase.php           | 
                  
            The plugin implementation definition.           | 
              
          
                  | 
            HandlerTest::schemaDefinition           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/HandlerTest.php           | 
                  
            Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition().           | 
              
          
                  | 
            ViewUI::getPropertyDefinition           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php           | 
                  
            Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinition().           | 
              
          
                  | 
            DefinitionTest::testArguments           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php           | 
                  
            @covers Symfony\Component\DependencyInjection\Definition::setArguments
@covers Symfony\Component\DependencyInjection\Definition::getArguments
@covers Symfony\Component\DependencyInjection\Definition::addArgument           | 
              
          
                  | 
            LanguageManager::$initialized           | 
                  
            property           | 
                  
            drupal/core/lib/Drupal/Core/Language/LanguageManager.php           | 
                  
            Whether or not the language manager has been initialized.           | 
              
          
                  | 
            DefinitionTest::testSetIsLazy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php           | 
                  
            @covers Symfony\Component\DependencyInjection\Definition::setLazy
@covers Symfony\Component\DependencyInjection\Definition::isLazy           | 
              
          
                  | 
            DefinitionTest::testClearTags           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php           | 
                  
            @covers Symfony\Component\DependencyInjection\Definition::clearTags           | 
              
          
                  | 
            ViewCloneFormController::init           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php           | 
                  
            Initialize the form state and the entity before the first form build.           | 
              
          
                  | 
            AlterDecorator::getDefinition           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Plugin/Discovery/AlterDecorator.php           | 
                  
            Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinition().           |