Search for init

  1. Search 7.x for init
  2. Search 9.5.x for init
  3. Search 10.3.x for init
  4. Search 11.x for init
  5. Other projects
Title Object type File name Summary
ThemeEarlyInitializationTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php The theme to install as the default for testing.
ThemeEarlyInitializationTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Modules to enable.
ThemeEarlyInitializationTest::testRequestListener function core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Test that the theme system can generate output in a request listener.
ThemeInitialization class core/lib/Drupal/Core/Theme/ThemeInitialization.php Provides the theme initialization logic.
ThemeInitialization.php file core/lib/Drupal/Core/Theme/ThemeInitialization.php
ThemeInitialization::$cache property core/lib/Drupal/Core/Theme/ThemeInitialization.php The cache backend to use for the active theme.
ThemeInitialization::$extensions property core/lib/Drupal/Core/Theme/ThemeInitialization.php The extensions that might be attaching assets.
ThemeInitialization::$moduleHandler property core/lib/Drupal/Core/Theme/ThemeInitialization.php The module handler.
ThemeInitialization::$root property core/lib/Drupal/Core/Theme/ThemeInitialization.php The app root.
ThemeInitialization::$themeHandler property core/lib/Drupal/Core/Theme/ThemeInitialization.php The theme handler.
ThemeInitialization::getActiveTheme function core/lib/Drupal/Core/Theme/ThemeInitialization.php Builds up the active theme object from extensions.
ThemeInitialization::getActiveThemeByName function core/lib/Drupal/Core/Theme/ThemeInitialization.php Builds an active theme object.
ThemeInitialization::getExtensions function core/lib/Drupal/Core/Theme/ThemeInitialization.php Gets all extensions.
ThemeInitialization::initTheme function core/lib/Drupal/Core/Theme/ThemeInitialization.php Initializes a given theme.
ThemeInitialization::loadActiveTheme function core/lib/Drupal/Core/Theme/ThemeInitialization.php Loads a theme, so it is ready to be used.
ThemeInitialization::prepareStylesheetsRemove function core/lib/Drupal/Core/Theme/ThemeInitialization.php Prepares stylesheets-remove specified in the *.info.yml file.
ThemeInitialization::resolveStyleSheetPlaceholders function core/lib/Drupal/Core/Theme/ThemeInitialization.php Gets CSS file where tokens have been resolved.
ThemeInitialization::__construct function core/lib/Drupal/Core/Theme/ThemeInitialization.php Constructs a new ThemeInitialization object.
ThemeInitializationInterface interface core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Defines an interface which contain theme initialization logic.
ThemeInitializationInterface.php file core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php
ThemeInitializationInterface::getActiveTheme function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Builds up the active theme object from extensions.
ThemeInitializationInterface::getActiveThemeByName function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Builds an active theme object.
ThemeInitializationInterface::initTheme function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Initializes a given theme.
ThemeInitializationInterface::loadActiveTheme function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Loads a theme, so it is ready to be used.
ThemeLocalTask::getDerivativeDefinitions function core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Gets the definition of all derivatives of a base plugin.
ThemeLocalTask::getDerivativeDefinitions function core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Gets the definition of all derivatives of a base plugin.
ThemeManager::$themeInitialization property core/lib/Drupal/Core/Theme/ThemeManager.php The theme initialization.
ThemeManager::initTheme function core/lib/Drupal/Core/Theme/ThemeManager.php Initializes the active theme for a given route match.
ThemeNotUsingClassyLibraryTest::$themeInitialization property core/tests/Drupal/KernelTests/Core/Theme/ThemeNotUsingClassyLibraryTest.php The theme initialization.
ThemeRegistry::initializeRegistry function core/lib/Drupal/Core/Utility/ThemeRegistry.php Initializes the full theme registry.
Tid::init function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Initialize the plugin.
TimestampItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php Defines field item properties.
TranslationTest::$fieldDefinition property core/modules/field/tests/src/Kernel/TranslationTest.php An array defining the field to use in this test.
TranslationTest::$fieldStorageDefinition property core/modules/field/tests/src/Kernel/TranslationTest.php An array defining the field storage to use in this test.
twig_init function core/themes/engines/twig/twig.engine Includes .theme file from themes.
TypedConfigManager::$definitions property core/lib/Drupal/Core/Config/TypedConfigManager.php The array of plugin definitions, keyed by plugin id.
TypedConfigManager::alterDefinitions function core/lib/Drupal/Core/Config/TypedConfigManager.php Invokes the hook to alter the definitions if the alter hook is set.
TypedConfigManager::buildDataDefinition function core/lib/Drupal/Core/Config/TypedConfigManager.php Creates a new data definition object from a type definition array and
actual configuration data. Since type definitions may contain variables
to be replaced, we need the configuration value to create it.
TypedConfigManager::clearCachedDefinitions function core/lib/Drupal/Core/Config/TypedConfigManager.php Clears static and persistent plugin definition caches.
TypedConfigManager::getDefinition function core/lib/Drupal/Core/Config/TypedConfigManager.php Gets a specific plugin definition.
TypedConfigManager::getDefinitionWithReplacements function core/lib/Drupal/Core/Config/TypedConfigManager.php Gets a schema definition with replacements for dynamic names.
TypedConfigManagerInterface::buildDataDefinition function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Creates a new data definition object from a type definition array and
actual configuration data. Since type definitions may contain variables
to be replaced, we need the configuration value to create it.
TypedConfigManagerInterface::getDefinition function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets a specific plugin definition.
TypedData::$definition property core/lib/Drupal/Core/TypedData/TypedData.php The data definition.
TypedData::getDataDefinition function core/lib/Drupal/Core/TypedData/TypedData.php Gets the data definition.
TypedData::getPluginDefinition function core/lib/Drupal/Core/TypedData/TypedData.php Gets the definition of the plugin implementation.
TypedDataDefinitionTest class core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests deriving metadata of core data types.
TypedDataDefinitionTest.php file core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php
TypedDataDefinitionTest::$typedDataManager property core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php The typed data manager to use.
TypedDataDefinitionTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.