Search for Field
- Search 7.x for Field
- Search 9.5.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
A stub class to provide backward compatibility for EntityField. |
Field | class | core/ |
Drupal 6 field source from database. |
Field | class | core/ |
Drupal 7 field source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FieldWebTest | class | core/ |
Tests fields from within a UI. |
FieldWebTest.php | file | core/ |
|
FieldWebTest::$columnMap | property | core/ |
Maps between the key in the expected result and the query result. |
FieldWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FieldWebTest::$modules | property | core/ |
Modules to enable. |
FieldWebTest::$testViews | property | core/ |
Views used by this test. |
FieldWebTest::assertNotSubString | function | core/ |
Assertion helper which checks whether a string is not part of another string. |
FieldWebTest::assertSubString | function | core/ |
Assertion helper which checks whether a string is part of another string. |
FieldWebTest::clickSortLoadIdsFromOutput | function | core/ |
Small helper function to get all ids in the output. |
FieldWebTest::parseContent | function | core/ |
Parse a content and return the html element. |
FieldWebTest::setUp | function | core/ |
|
FieldWebTest::testAlterUrl | function | core/ |
Tests rewriting the output to a link. |
FieldWebTest::testClickSorting | function | core/ |
Tests the click sorting functionality. |
FieldWebTest::testFieldClasses | function | core/ |
Tests the field/label/wrapper classes. |
FieldWebTest::testTextRendering | function | core/ |
Tests trimming/read-more/ellipses. |
FieldWebTest::viewsData | function | core/ |
Returns the views data definition. |
FieldWebTest::xpathContent | function | core/ |
Performs an xpath search on a certain content. |
FieldWidget | class | core/ |
Defines a FieldWidget annotation object. |
FieldWidget.php | file | core/ |
|
FieldWidget::$class | property | core/ |
The name of the widget class. |
FieldWidget::$description | property | core/ |
A short description of the widget type. |
FieldWidget::$field_types | property | core/ |
An array of field types the widget supports. |
FieldWidget::$id | property | core/ |
The plugin ID. |
FieldWidget::$label | property | core/ |
The human-readable name of the widget type. |
FieldWidget::$multiple_values | property | core/ |
Does the field widget handles multiple values at once. |
FieldWidget::$weight | property | core/ |
An integer to determine the weight of this widget relative to other widgets in the Field UI when selecting a widget for a given field. |
FieldWidgetConstraint | class | core/ |
Supports validating widget constraints. |
FieldWidgetConstraint.php | file | core/ |
|
FieldWidgetConstraint::$message | property | core/ |
|
FieldWidgetConstraintValidator | class | core/ |
Validates the FieldWidgetConstraint constraint. |
FieldWidgetConstraintValidator.php | file | core/ |
|
FieldWidgetConstraintValidator::validate | function | core/ |
|
FieldWidgetConstraintValidatorTest | class | core/ |
Tests validation constraints for FieldWidgetConstraintValidatorTest. |
FieldWidgetConstraintValidatorTest.php | file | core/ |
|
FieldWidgetConstraintValidatorTest::$modules | property | core/ |
Modules to enable. |
FieldWidgetConstraintValidatorTest::getErrorsForEntity | function | core/ |
Gets the form errors for a given entity. |
FieldWidgetConstraintValidatorTest::setUp | function | core/ |
|
FieldWidgetConstraintValidatorTest::testEntityLevelConstraintValidation | function | core/ |
Tests entity level constraint validation. |
FieldWidgetConstraintValidatorTest::testValidation | function | core/ |
Tests widget constraint validation. |
FieldWidgetConstraintValidatorTest::testValidationWithCompositeConstraint | function | core/ |
Tests widget constraint validation with composite constraints. |
field_config_import_steps_alter | function | core/ |
Implements hook_config_import_steps_alter(). |
field_cron | function | core/ |
Implements hook_cron(). |
field_definition.listener | service | core/ |
Drupal\Core\Field\FieldDefinitionListener |
field_discovery_test.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/field_discovery_test/field_discovery_test.info.yml |
field_entity_bundle_delete | function | core/ |
Implements hook_entity_bundle_delete(). |
field_entity_bundle_field_info | function | core/ |
Implements hook_entity_bundle_field_info(). |
field_entity_field_storage_info | function | core/ |
Implements hook_entity_field_storage_info(). |
field_field_config_insert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
field_field_config_presave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for 'field_config'. |
field_field_storage_config_update | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
Pagination
- Previous page
- Page 90
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.