Search for init

  1. Search 7.x for init
  2. Search 8.9.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
FormatterBase::$fieldDefinition property core/lib/Drupal/Core/Field/FormatterBase.php The field definition.
FormElementBase::$definition property core/modules/config_translation/src/FormElement/FormElementBase.php The data definition of the element this form element is for.
Formula::init function core/modules/views/src/Plugin/views/argument/Formula.php Overrides Drupal\views\Plugin\views\HandlerBase:init().
ForumController::$commentEntityTypeDefinition property core/modules/forum/src/Controller/ForumController.php Comment entity type, we need to get cache tags from here.
ForumController::$nodeEntityTypeDefinition property core/modules/forum/src/Controller/ForumController.php Node entity type, we need to get cache tags from here.
FunctionalTestSetupTrait::initConfig function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Initialize various configurations post-installation.
FunctionalTestSetupTrait::initKernel function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Initializes the kernel after installation.
FunctionalTestSetupTrait::initSettings function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Initialize settings created during install.
FunctionalTestSetupTrait::initUserSession function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Initializes user 1 for the site to be installed.
GenerateProxyClassApplication::getDefinition function core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php Overridden so the application doesn't expect the command name as the first
argument.
GeneratorNotInitializedException class core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php Class for exceptions thrown when the generator has not been initialized.
GeneratorNotInitializedException.php file core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php
GroupByNumeric::init function core/modules/views/src/Plugin/views/sort/GroupByNumeric.php Initialize the plugin.
HandleMultiplesTest::getDefinition function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Provides the test migration definition.
HandlerBase::init function core/modules/views/src/Plugin/views/HandlerBase.php Initialize the plugin.
HandlerStackConfigurator::initializeMiddlewares function core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Ensures that the middlewares are initialized.
HandlerTest::schemaDefinition function core/modules/views_ui/tests/src/Functional/HandlerTest.php Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition().
HelpSectionManager::clearCachedDefinitions function core/modules/help_topics/src/HelpSectionManager.php Clears static and persistent plugin definition caches.
HelpTopicDiscovery::getDefinitions function core/modules/help_topics/src/HelpTopicDiscovery.php Gets the definition of all plugins for this type.
HelpTopicDiscoveryTest::testHelpTopicsDefinition function core/modules/help_topics/tests/src/Unit/HelpTopicDiscoveryTest.php @covers ::findAll
HelpTopicPluginManager::findDefinitions function core/modules/help_topics/src/HelpTopicPluginManager.php Finds plugin definitions.
HelpTopicTwigTest::testDefinition function core/modules/help_topics/tests/src/Unit/HelpTopicTwigTest.php @covers ::getProvider
@covers ::isTopLevel
@covers ::getRelated
HistoryUserTimestamp::init function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Initialize the plugin.
HookDiscovery::getDefinitions function core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php
HookDiscoveryTest::testGetDefinition function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinition method with some plugins.
HookDiscoveryTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinitions() method with some plugins.
HookDiscoveryTest::testGetDefinitionsWithoutPlugins function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinitions() method without any plugins.
HookDiscoveryTest::testGetDefinitionWithUnknownID function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinition method with an unknown plugin ID.
hook_entity_field_values_init function core/lib/Drupal/Core/Entity/entity.api.php Acts when initializing a fieldable entity object.
hook_ENTITY_TYPE_field_values_init function core/lib/Drupal/Core/Entity/entity.api.php Acts when initializing a fieldable entity object.
Html::$seenIdsInit property core/lib/Drupal/Component/Utility/Html.php An array of the initial IDs used in one request.
ImageItem::propertyDefinitions function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
IncompleteLibraryDefinitionException class core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php Defines a custom exception if a library has no CSS/JS/JS setting specified.
IncompleteLibraryDefinitionException.php file core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php
InfoHookDecorator::getDefinitions function core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php
InheritedContextDefinition class core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php Inherited class used for testing.
InheritedContextDefinition.php file core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php
InitialStateTest class core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php Tests the correct initial states are set on install.
InitialStateTest.php file core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php
InitialStateTest::$modules property core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php Modules to enable.
InitialStateTest::setUp function core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php
InitialStateTest::testInitialState function core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php Tests the correct initial state.
InlineBlockDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php Gets the definition of all derivatives of a base plugin.
InOperator::init function core/modules/views/src/Plugin/views/filter/InOperator.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
InsertTest::testInsertFieldOnlyDefinition function core/tests/Drupal/KernelTests/Core/Database/InsertTest.php Tests that we can specify fields without values and specify values later.
InstallerKernel::initializeContainer function core/lib/Drupal/Core/Installer/InstallerKernel.php
InstallerRouteBuilder::getRouteDefinitions function core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php Overridden to return no routes.
InstallerTestBase::initFrontPage function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
install_core_entity_type_definitions function core/includes/install.core.inc Installs entity type definitions provided by core.
IntegerItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php

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