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. Other projects
Title Object type File name Summary
NumericArgument::getContextDefinition function core/modules/views/src/Plugin/views/argument/NumericArgument.php
NumericArgumentValidator::getContextDefinition function core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php
ObjectDefinition class core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Stub class for plugin definition.
ObjectDefinition class core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php
ObjectDefinition class core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php
ObjectDefinition::__construct function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php ObjectDefinition constructor.
ObjectDefinition::__construct function core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php ObjectDefinition constructor.
ObjectDefinition::__construct function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php ObjectDefinition constructor.
OEmbedDeriver::getDerivativeDefinitions function core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php
OptimizedPhpArrayDumper::getServiceDefinition function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets a service definition as PHP array.
OptimizedPhpArrayDumper::getServiceDefinitions function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets services of the container as a PHP array.
OptimizedPhpArrayDumperTest::$containerDefinition property core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php The definition for the container to build in tests.
OptimizedPhpArrayDumperTest::getDefinitionsDataProvider function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Data provider for testGetServiceDefinitions().
OptimizedPhpArrayDumperTest::serializeDefinition function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Helper function to serialize a definition.
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForDecoratedService function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that getDecoratedService() is unsupported.
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForExpression function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that the correct RuntimeException is thrown for expressions.
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForObject function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that the correct RuntimeException is thrown for dumping an object.
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForResource function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that the correct RuntimeException is thrown for dumping a resource.
OptimizedPhpArrayDumperTest::testGetServiceDefinitions function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that service processing works properly.
OptimizedPhpArrayDumperTest::testGetServiceDefinitionWithReferenceToAlias function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that references to aliases work correctly.
OptionsFieldUnitTestBase::$fieldStorageDefinition property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php The field storage definition used to created the field storage.
OverridesEntityForm::init function core/modules/layout_builder/src/Form/OverridesEntityForm.php
PasswordItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php Defines field item properties.
PathAlias::baseFieldDefinitions function core/modules/path_alias/src/Entity/PathAlias.php
PathFieldDefinitionTest class core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php Tests Drupal\Core\Field\BaseFieldDefinition.
PathFieldDefinitionTest.php file core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php
PathFieldDefinitionTest::getModuleAndPath function core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php
PathFieldDefinitionTest::getPluginId function core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php
PathFieldDefinitionTest::testGetColumns function core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php Tests get columns.
PathItem::propertyDefinitions function core/modules/path/src/Plugin/Field/FieldType/PathItem.php
PathProcessorLanguage::initConfigSubscriber function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Initializes the injected event subscriber with the language path processor.
PathProcessorLanguage::initProcessors function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Initializes the local cache for language path processors.
Permission::alterRouteDefinition function core/modules/user/src/Plugin/views/access/Permission.php
Permissions::init function core/modules/user/src/Plugin/views/field/Permissions.php
PermissionsPerBundleDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php Gets the definition of all derivatives of a base plugin.
PersistentDatabaseLockBackend::schemaDefinition function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php
PhpArrayDumperTest::serializeDefinition function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php Helper function to serialize a definition.
PlaceBlockDeriver::getDerivativeDefinitions function core/modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php
Plugin::$definition property core/lib/Drupal/Component/Annotation/Plugin.php The plugin definition read from the class annotation.
PluginBase::$definition property core/modules/views/src/Plugin/views/PluginBase.php Plugins' definition.
PluginBase::$pluginDefinition property core/lib/Drupal/Component/Plugin/PluginBase.php The plugin implementation definition.
PluginBase::getPluginDefinition function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the definition of the plugin implementation.
PluginBase::init function core/modules/views/src/Plugin/views/PluginBase.php
PluginBaseTest::testGetPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Tests get plugin definition.
PluginDefinition class core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Provides object-based plugin definitions.
PluginDefinition.php file core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php
PluginDefinition::$class property core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php A fully qualified class name.
PluginDefinition::$id property core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php The plugin ID.
PluginDefinition::$provider property core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php The plugin provider.
PluginDefinition::getClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Gets the class.

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