drupal_session_initialize |
function |
drupal/core/includes/session.inc |
Initializes the session handler, starting a session if needed. |
Kernel::initializeBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Initializes the data structures related to the bundle management. |
QueryTest::_testInitQuery |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php |
Tests the ViewExecutable::initQuery method. |
MappingDefinitionTest.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php |
Definition of Drupal\rdf\Tests\MappingDefinitionTest. |
Definition::$factoryClass |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
Definition::$configurator |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
Definition::setProperties |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
@api |
Definition::getProperties |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
@api |
Definition::addMethodCall |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Adds a method to call after service initialization. |
Definition::hasMethodCall |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Check if the current definition has a given method to call after service initialization. |
language_types_initialize |
function |
drupal/core/includes/language.inc |
Chooses a language based on language negotiation method settings. |
_drupal_schema_initialize |
function |
drupal/core/includes/schema.inc |
Fills in required default values for table definitions from hook_schema(). |
ViewExecutable::initStyle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Find and initialize the style plugin. |
ViewExecutable::initPager |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Initialize the pager |
ViewExecutable::initQuery |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Do some common building initialization. |
PluginBase::getDefinition |
function |
drupal/core/lib/Drupal/Component/Plugin/PluginBase.php |
Implements Drupal\Component\Plugin\PluginInterface::getDefinition(). |
Tasks::initializeDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php |
Make PostgreSQL Drupal friendly. |
Request::initializeFormats |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Initializes HTTP request formats. |
HistoryUserTimestamp::init |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/HistoryUserTimestamp.php |
Overrides Drupal\views\Plugin\views\HandlerBase::init(). |
drupal_settings_initialize |
function |
drupal/core/includes/bootstrap.inc |
Sets the base URL, cookie domain, and session name from configuration. |
drupal_language_initialize |
function |
drupal/core/includes/bootstrap.inc |
Initializes all the defined language types. |
Definition::$factoryMethod |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
Definition::setMethodCalls |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets the methods to call after service initialization. |
Definition::getMethodCalls |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets the methods to call after service initialization. |
FieldInstance::$definition |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInstance.php |
The instance definition, as read from configuration storage. |
EntityFormController::init |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Initialize the form state and the entity before the first form build. |
QueryBase::initializePager |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Gets the total number of results and initialize a pager for the query. |
PdoProfilerStorage::initDb |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Initializes the database |
Kernel::initializeContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Initializes the service container. |
RequestTest::testInitialize |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@covers Symfony\Component\HttpFoundation\Request::initialize |
ExposedFormPluginBase::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Initialize the plugin. |
Twig_Extension::initRuntime |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension.php |
Initializes the runtime environment. |
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. |
Definition::$factoryService |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
InitialMatcherInterface.php |
file |
drupal/core/lib/Drupal/Core/Routing/InitialMatcherInterface.php |
Definition of Drupal\Core\Routing\InitialMatcherInterface. |
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. |
Definition::replaceArgument |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets a specific argument |
Definition::setConfigurator |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets a configurator to call after the service is fully initialized. |
Definition::getConfigurator |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets the configurator to call after the service is fully initialized. |
ViewExecutable::initDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the display for this view and initialize the display handler. |
DefinitionDecoratorTest.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
|
RemoveUnusedDefinitionsPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php |
Removes unused service definitions from the container. |
NodeTypeInitialLanguageTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php |
Tests related to node type initial language. |
WebTestBase::curlInitialize |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Initializes the cURL connection. |
views_get_plugin_definitions |
function |
drupal/core/modules/views/views.module |
Gets all the views plugin definitions. |
image_effect_definition_load |
function |
drupal/core/modules/image/image.module |
Load the definition for an image effect. |
MysqlProfilerStorage::initDb |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php |
Initializes the database |
RelationshipPluginBase::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
Init handler to let relationships live on tables other than
the table they operate on. |
DefinitionDecorator::$parent |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php |
|