You are here

service plugin.manager.field.field_type in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \plugin.manager.field.field_type
  2. 9 core/core.services.yml \plugin.manager.field.field_type

Class

Drupal\Core\Field\FieldTypePluginManager
61 string references to plugin.manager.field.field_type
BaseFieldDefinition::create in core/lib/Drupal/Core/Field/BaseFieldDefinition.php
Creates a new field definition.
BaseFieldDefinition::getOptionsProvider in core/lib/Drupal/Core/Field/BaseFieldDefinition.php
Gets an options provider for the given field item property.
BaseFieldDefinition::getSchema in core/lib/Drupal/Core/Field/BaseFieldDefinition.php
Returns the field schema.
BaseFieldDefinitionTest::setUp in core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
BaseFieldDefinitionTestBase::setUp in core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Field\FieldTypePluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@typed_data_manager'