| FieldValidationTest::setUp |
function |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
Set the default field storage backend for fields created during tests. |
| FieldValidationTest::testCardinalityConstraint |
function |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
Tests that the number of values is validated against the field cardinality. |
| FieldValidationTest::testFieldConstraints |
function |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
Tests that constraints defined by the field type are validated. |
| FieldValuesTest |
class |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
Tests how Layout Builder handles changes to entity fields. |
| FieldValuesTest.php |
file |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
|
| FieldValuesTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
The theme to install as the default for testing. |
| FieldValuesTest::$modules |
property |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
Modules to install. |
| FieldValuesTest::setUp |
function |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
|
| FieldValuesTest::testLayoutBuilderUiDoesNotShowStaleEntityFieldValues |
function |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
Tests that changes to fields are visible in the Layout Builder UI. |
| FieldViewsDataProvider |
class |
core/modules/views/src/FieldViewsDataProvider.php |
Provide default views data for fields. |
| FieldViewsDataProvider.php |
file |
core/modules/views/src/FieldViewsDataProvider.php |
|
| FieldViewsDataProvider::defaultFieldImplementation |
function |
core/modules/views/src/FieldViewsDataProvider.php |
Default views data implementation for a field. |
| FieldViewsDataProvider::getSqlStorageForField |
function |
core/modules/views/src/FieldViewsDataProvider.php |
Determines whether the entity type the field appears in is SQL based. |
| FieldViewsDataProvider::__construct |
function |
core/modules/views/src/FieldViewsDataProvider.php |
|
| FieldWebTest |
class |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Tests fields from within a UI. |
| FieldWebTest.php |
file |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
|
| FieldWebTest::$columnMap |
property |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Maps between the key in the expected result and the query result. |
| FieldWebTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
The theme to install as the default for testing. |
| FieldWebTest::$modules |
property |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Modules to install. |
| FieldWebTest::$testViews |
property |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Views used by this test. |
| FieldWebTest::assertNotSubString |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Asserts that a string is not part of another string. |
| FieldWebTest::assertSubString |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Assertion helper which checks whether a string is part of another string. |
| FieldWebTest::clickSortLoadIdsFromOutput |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Small helper function to get all ids in the output. |
| FieldWebTest::parseContent |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Parse a content and return the html element. |
| FieldWebTest::setUp |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Sets up the test. |
| FieldWebTest::testAlterUrl |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Tests rewriting the output to a link. |
| FieldWebTest::testClickSorting |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Tests the click sorting functionality. |
| FieldWebTest::testClickSortingDistinct |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Tests the default click sorting functionality with distinct. |
| FieldWebTest::testFieldClasses |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Tests the field/label/wrapper classes. |
| FieldWebTest::testTextRendering |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Tests trimming/read-more/ellipses. |
| FieldWebTest::viewsData |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Returns the views data definition. |
| FieldWebTest::xpathContent |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Performs an xpath search on a certain content. |
| FieldWidget |
class |
core/lib/Drupal/Core/Field/Annotation/FieldWidget.php |
Defines a FieldWidget annotation object. |
| FieldWidget |
class |
core/lib/Drupal/Core/Field/Attribute/FieldWidget.php |
Defines a FieldWidget attribute for plugin discovery. |
| FieldWidget.php |
file |
core/lib/Drupal/Core/Field/Attribute/FieldWidget.php |
|
| FieldWidget.php |
file |
core/lib/Drupal/Core/Field/Annotation/FieldWidget.php |
|
| FieldWidget::$class |
property |
core/lib/Drupal/Core/Field/Annotation/FieldWidget.php |
The name of the widget class. |
| FieldWidget::$description |
property |
core/lib/Drupal/Core/Field/Annotation/FieldWidget.php |
A short description of the widget type. |
| FieldWidget::$field_types |
property |
core/lib/Drupal/Core/Field/Annotation/FieldWidget.php |
An array of field types the widget supports. |
| FieldWidget::$id |
property |
core/lib/Drupal/Core/Field/Annotation/FieldWidget.php |
The plugin ID. |
| 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 |
The default violation message. |
| 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 |
|