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
BatchTestDefinitions::batch0 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 0: Does nothing.
BatchTestDefinitions::batch1 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 1: Repeats a simple operation.
BatchTestDefinitions::batch2 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 2: Performs a single multistep operation.
BatchTestDefinitions::batch3 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 3: Performs both single and multistep operations.
BatchTestDefinitions::batch4 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 4: Performs a batch within a batch.
BatchTestDefinitions::batch5 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 5: Repeats a simple operation.
BatchTestDefinitions::batch6 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 6: Repeats a simple operation.
BatchTestDefinitions::batch7 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 7: Performs two batches within a batch.
BatchTestDefinitions::batch8 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 8: Throws an exception.
Block::$context_definitions property core/lib/Drupal/Core/Block/Annotation/Block.php An array of context definitions describing the context used by the plugin.
Block::initializeIterator function core/modules/block/src/Plugin/migrate/source/Block.php Initializes the iterator with the source data.
BlockContent::baseFieldDefinitions function core/modules/block_content/src/Entity/BlockContent.php Provides base field definitions for an entity type.
BlockContent::getDerivativeDefinitions function core/modules/block_content/src/Plugin/Derivative/BlockContent.php Gets the definition of all derivatives of a base plugin.
BlockContentDeriverTest::$baseDefinition property core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php The definition array of the base plugin.
BlockContentDeriverTest::testGetDerivativeDefinitionsAdminLabels function core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php Tests the admin labels of derivative definitions.
BlockHooks::themeInitialize function core/modules/block/src/Hook/BlockHooks.php Assigns an initial, default set of blocks for a theme.
BlockManager::getSortedDefinitions function core/lib/Drupal/Core/Block/BlockManager.php Gets sorted plugin definitions.
BlockManager::processDefinition function core/lib/Drupal/Core/Block/BlockManager.php Performs extra processing on plugin definitions.
BlockManagerTest::testDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php Tests definitions.
BlockManagerTest::testGroupedDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php Tests grouped definitions.
BlockManagerTest::testSortedDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php Tests sorted definitions.
BlockPluginCollection::initializePlugin function core/modules/block/src/BlockPluginCollection.php Initializes and stores a plugin.
block_theme_initialize function core/modules/block/block.module Assigns an initial, default set of blocks for a theme.
Boolean::init function core/modules/views/src/Plugin/views/field/Boolean.php Initialize the plugin.
BooleanItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Defines field item properties.
BooleanOperator::init function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
BreakpointManager::clearCachedDefinitions function core/modules/breakpoint/src/BreakpointManager.php Clears static and persistent plugin definition caches.
BreakpointManager::processDefinition function core/modules/breakpoint/src/BreakpointManager.php Performs extra processing on plugin definitions.
BreakpointTest::$pluginDefinition property core/modules/breakpoint/tests/src/Unit/BreakpointTest.php The used plugin definition.
Broken::init function core/modules/views/src/Plugin/views/filter/Broken.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
BrowserHtmlDebugTrait::initBrowserOutputFile function core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Creates the directory to store browser output.
BrowserTestBase::initFrontPage function core/tests/Drupal/Tests/BrowserTestBase.php Visits the front page when initializing Mink.
BrowserTestBase::initMink function core/tests/Drupal/Tests/BrowserTestBase.php Initializes Mink sessions.
BuildTestBase::initMink function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Set up the Mink session manager.
BulkForm::init function core/modules/views/src/Plugin/views/field/BulkForm.php Initialize the plugin.
Bundle::init function core/modules/views/src/Plugin/views/filter/Bundle.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
BundleClassTest::testEntityClassNotTakenFromActiveDefinitions function core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php Tests that a module can override an entity-type class.
CacheableMetadataCalculationTest::alterRouteDefinition function core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CacheableMetadataCalculationTest.php Allows access plugins to alter the route definition of a view.
CachedDiscoveryClearer::clearCachedDefinitions function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php Clears the cache on all cached discoveries.
CachedDiscoveryClearerInterface::clearCachedDefinitions function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php Clears the cache on all cached discoveries.
CachedDiscoveryInterface::clearCachedDefinitions function core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php Clears static and persistent plugin definition caches.
CallableResolver::getCallableFromDefinition function core/lib/Drupal/Core/Utility/CallableResolver.php Gets a callable from a definition.
CategorizingPluginManager::getDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Provides some test definitions to the trait.
CategorizingPluginManager::processDefinition function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Performs extra processing on plugin definitions.
CategorizingPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions grouped by category.
CategorizingPluginManagerInterface::getSortedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions.
CategorizingPluginManagerTrait::getDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getGroupedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getSortedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::processDefinitionCategory function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Processes a plugin definition to ensure there is a category.

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