Search for _init

  1. Search 7.x for _init
  2. Search 9.5.x for _init
  3. Search 8.9.x for _init
  4. Search 10.3.x for _init
  5. Search main for _init
  6. Other projects
Title Object type File name Summary
TestFilteredPluginManager::$definitions property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php An array of plugin definitions.
TestFilteredPluginManager::getDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Gets a specific plugin definition.
TestHelpTopicDeriver::getDerivativeDefinition function core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php Gets the definition of a derivative plugin.
TestHelpTopicDeriver::getDerivativeDefinitions function core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php Gets the definition of all derivatives of a base plugin.
TestItem::propertyDefinitions function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Defines field item properties.
TestLazyPluginCollection::initializePlugin function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Initializes and stores a plugin.
TestObjectItem::propertyDefinitions function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php Defines field item properties.
TestPluginWithForm::getPluginDefinition function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Gets the definition of the plugin implementation.
TestSessionBag::initialize function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php
TestYamlRouteDiscovery::getRouteDefinitions function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php Retrieves all defined routes from .routing.yml files.
TextItemBase::propertyDefinitions function core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php Defines field item properties.
TextWithSummaryItem::propertyDefinitions function core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php Defines field item properties.
theme.initialization service core/core.services.yml Drupal\Core\Theme\ThemeInitialization
ThemeEarlyInitializationTest class core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Tests theme system initialization early in the page request.
ThemeEarlyInitializationTest.php file core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php
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 install.
ThemeEarlyInitializationTest::testRequestListener function core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Tests 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::__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/system/src/Plugin/Derivative/ThemeLocalTask.php Gets the definition of all derivatives of a base plugin.
ThemeLocalTask::getDerivativeDefinitions function core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Gets the definition of all derivatives of a base plugin.
ThemeManager::initTheme function core/lib/Drupal/Core/Theme/ThemeManager.php Initializes the active theme for a given route match.
ThemeRegistry::initializeRegistry function core/lib/Drupal/Core/Utility/ThemeRegistry.php Initializes the full theme registry.
TimestampItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php Defines field item properties.
ToolbarItemConditionsMetConstraintValidator::findDefinitionForToolbarItem function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraintValidator.php Searches for CKEditor 5 plugin that provides a given toolbar item.
TopBarItemManager::getDefinitions function core/modules/navigation/src/TopBarItemManager.php Gets the definition of all plugins for this type.
TopBarItemManager::getDefinitionsByRegion function core/modules/navigation/src/TopBarItemManager.php Gets the top bar item plugins by region.
TopBarItemManagerInterface::getDefinitionsByRegion function core/modules/navigation/src/TopBarItemManagerInterface.php Gets the top bar item plugins by region.
TopBarItemManagerTest::testDefinitions function core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php Tests definitions.
TopBarItemManagerTest::testGetDefinitionsByRegion function core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php Tests get definitions by region.
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.

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