| FieldWidget::$label |
property |
core/lib/Drupal/Core/Field/Annotation/FieldWidget.php |
The human-readable name of the widget type. |
| FieldWidget::$multiple_values |
property |
core/lib/Drupal/Core/Field/Annotation/FieldWidget.php |
Does the field widget handles multiple values at once. |
| FieldWidget::$weight |
property |
core/lib/Drupal/Core/Field/Annotation/FieldWidget.php |
An integer to determine weight of this widget relative to other widgets. |
| FieldWidget::__construct |
function |
core/lib/Drupal/Core/Field/Attribute/FieldWidget.php |
Constructs a FieldWidget attribute. |
| FieldWidgetConstraint |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php |
Supports validating widget constraints. |
| FieldWidgetConstraint.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php |
|
| FieldWidgetConstraint::$message |
property |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php |
|
| FieldWidgetConstraintValidator |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php |
Validates the FieldWidgetConstraint constraint. |
| FieldWidgetConstraintValidator.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php |
|
| FieldWidgetConstraintValidator::validate |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php |
|
| FieldWidgetConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php |
Tests validation constraints for FieldWidgetConstraintValidatorTest. |
| FieldWidgetConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php |
|
| FieldWidgetConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php |
Modules to install. |
| FieldWidgetConstraintValidatorTest::getErrorsForEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php |
Gets the form errors for a given entity. |
| FieldWidgetConstraintValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php |
|
| FieldWidgetConstraintValidatorTest::testEntityLevelConstraintValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php |
Tests entity level constraint validation. |
| FieldWidgetConstraintValidatorTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php |
Tests widget constraint validation. |
| FieldWidgetConstraintValidatorTest::testValidationWithCompositeConstraint |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php |
Tests widget constraint validation with composite constraints. |
| field_config_import_steps_alter |
function |
core/modules/field/field.module |
Implements hook_config_import_steps_alter(). |
| field_cron |
function |
core/modules/field/field.module |
Implements hook_cron(). |
| field_definition.listener |
service |
core/core.services.yml |
Drupal\Core\Field\FieldDefinitionListener |
| field_discovery_test.info.yml |
file |
core/modules/migrate_drupal/tests/modules/field_discovery_test/field_discovery_test.info.yml |
core/modules/migrate_drupal/tests/modules/field_discovery_test/field_discovery_test.info.yml |
| field_entity_bundle_delete |
function |
core/modules/field/field.module |
Implements hook_entity_bundle_delete(). |
| field_entity_bundle_field_info |
function |
core/modules/field/field.module |
Implements hook_entity_bundle_field_info(). |
| field_entity_field_storage_info |
function |
core/modules/field/field.module |
Implements hook_entity_field_storage_info(). |
| field_field_config_create |
function |
core/modules/field/field.module |
Implements hook_ENTITY_TYPE_create() for 'field_config'. |
| field_field_config_insert |
function |
core/modules/field/field.module |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
| field_field_config_presave |
function |
core/modules/field/field.module |
Implements hook_ENTITY_TYPE_presave() for 'field_config'. |
| field_field_storage_config_update |
function |
core/modules/field/field.module |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| field_form_config_admin_import_form_alter |
function |
core/modules/field/field.module |
Implements hook_form_FORM_ID_alter(). |
| field_form_field_config_edit_form_entity_builder |
function |
core/modules/field/field.module |
Entity form builder for field config edit form. |
| field_help |
function |
core/modules/field/field.module |
Implements hook_help(). |
| field_layout.info.yml |
file |
core/modules/field_layout/field_layout.info.yml |
core/modules/field_layout/field_layout.info.yml |
| field_layout.install |
file |
core/modules/field_layout/field_layout.install |
Contains install and update functions for Field Layout. |
| field_layout.module |
file |
core/modules/field_layout/field_layout.module |
Provides hook implementations for Field Layout. |
| field_layout.schema.yml |
file |
core/modules/field_layout/config/schema/field_layout.schema.yml |
core/modules/field_layout/config/schema/field_layout.schema.yml |
| field_layout_entity_type_alter |
function |
core/modules/field_layout/field_layout.module |
Implements hook_entity_type_alter(). |
| field_layout_entity_view_alter |
function |
core/modules/field_layout/field_layout.module |
Implements hook_entity_view_alter(). |
| field_layout_form_alter |
function |
core/modules/field_layout/field_layout.module |
Implements hook_form_alter(). |
| field_layout_help |
function |
core/modules/field_layout/field_layout.module |
Implements hook_help(). |
| field_layout_install |
function |
core/modules/field_layout/field_layout.install |
Implements hook_install(). |
| field_layout_test.info.yml |
file |
core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.info.yml |
core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.info.yml |
| field_layout_test.module |
file |
core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.module |
Contains hook implementations for field_layout_test. |
| field_layout_test.routing.yml |
file |
core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.routing.yml |
core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.routing.yml |
| field_layout_test.schema.yml |
file |
core/modules/field_layout/tests/modules/field_layout_test/config/schema/field_layout_test.schema.yml |
core/modules/field_layout/tests/modules/field_layout_test/config/schema/field_layout_test.schema.yml |
| field_layout_test_layout_alter |
function |
core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.module |
Implements hook_layout_alter(). |
| field_layout_uninstall |
function |
core/modules/field_layout/field_layout.install |
Implements hook_uninstall(). |
| field_normalization_test.info.yml |
file |
core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.info.yml |
core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.info.yml |
| field_normalization_test.services.yml |
file |
core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml |
core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml |
| field_plugins_test.field_type_categories.yml |
file |
core/modules/field/tests/modules/field_plugins_test/field_plugins_test.field_type_categories.yml |
core/modules/field/tests/modules/field_plugins_test/field_plugins_test.field_type_categories.yml |