Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 8.9.x for Field
  4. Search 10.3.x for Field
  5. Search 11.x for Field
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/field/src/Plugin/migrate/source/d6/Field.php Drupal 6 field source from database.
Field class core/modules/field/src/Plugin/migrate/source/d7/Field.php Drupal 7 field source from database.

All search results

Title Object type File name Summary
LinkFieldTest::testDefineValueProcessPipeline function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php Tests define value process pipeline.
LinkFieldTest::testLinkField function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests the functionality and rendering of the link field.
LinkFieldTest::testLinkWidgetCaughtExceptionEditingInvalidUrl function core/modules/link/tests/src/Functional/LinkFieldTest.php Test link widget exception handled if link uri value is invalid.
LinkFieldUITest class core/modules/link/tests/src/Functional/LinkFieldUITest.php Tests link field UI functionality.
LinkFieldUITest.php file core/modules/link/tests/src/Functional/LinkFieldUITest.php
LinkFieldUITest::$adminUser property core/modules/link/tests/src/Functional/LinkFieldUITest.php A user that can edit content types.
LinkFieldUITest::$contentType property core/modules/link/tests/src/Functional/LinkFieldUITest.php The content type to add fields to.
LinkFieldUITest::$defaultTheme property core/modules/link/tests/src/Functional/LinkFieldUITest.php
LinkFieldUITest::$helpTextUser property core/modules/link/tests/src/Functional/LinkFieldUITest.php A user that should see the help texts.
LinkFieldUITest::$modules property core/modules/link/tests/src/Functional/LinkFieldUITest.php
LinkFieldUITest::assertFieldContainsRawText function core/modules/link/tests/src/Functional/LinkFieldUITest.php Checks that given field contains the given raw text.
LinkFieldUITest::assertNoFieldContainsRawText function core/modules/link/tests/src/Functional/LinkFieldUITest.php Checks that given field does not contain the given raw text.
LinkFieldUITest::getFieldHtml function core/modules/link/tests/src/Functional/LinkFieldUITest.php Returns the raw HTML for the given field.
LinkFieldUITest::providerTestFieldUI function core/modules/link/tests/src/Functional/LinkFieldUITest.php Provides test data for ::testFieldUI().
LinkFieldUITest::runFieldUIItem function core/modules/link/tests/src/Functional/LinkFieldUITest.php Tests one link field UI item.
LinkFieldUITest::setUp function core/modules/link/tests/src/Functional/LinkFieldUITest.php
LinkFieldUITest::testFieldUI function core/modules/link/tests/src/Functional/LinkFieldUITest.php Tests the link field UI.
LinkFieldWidgetTest class core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php Tests link field widgets.
LinkFieldWidgetTest.php file core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php
LinkFieldWidgetTest::$modules property core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php
LinkFieldWidgetTest::testLinkTypeOnLinkWidget function core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php Tests '#link_type' property exists on 'link_default' widget.
LinkFormatterTest::$fieldName property core/modules/link/tests/src/Kernel/LinkFormatterTest.php The name of the field used in this test.
LinkHooks::fieldTypeCategoryInfoAlter function core/modules/link/src/Hook/LinkHooks.php Implements hook_field_type_category_info_alter().
LinkItem::defaultFieldSettings function core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
LinkItem::fieldSettingsForm function core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
LinkNotExistingInternalConstraintValidatorTest::testEmptyField function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php Tests validating an empty Link field.
LinkTestBaseFieldHooks class core/modules/link/tests/modules/link_test_base_field/src/Hook/LinkTestBaseFieldHooks.php Hook implementations for link_test_base_field.
LinkTestBaseFieldHooks.php file core/modules/link/tests/modules/link_test_base_field/src/Hook/LinkTestBaseFieldHooks.php
LinkTestBaseFieldHooks::entityBaseFieldInfo function core/modules/link/tests/modules/link_test_base_field/src/Hook/LinkTestBaseFieldHooks.php Implements hook_entity_base_field_info().
LinkTypeConstraintValidatorTest::getMockFieldDefinition function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkTypeConstraintValidatorTest.php Builds a stub Link field definition.
LinkTypeConstraintValidatorTest::testEmptyField function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkTypeConstraintValidatorTest.php Tests validating an empty Link field.
LinkViewsTokensTest::$fieldName property core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php The field name used for the link field.
link_test_base_field.info.yml file core/modules/link/tests/modules/link_test_base_field/link_test_base_field.info.yml core/modules/link/tests/modules/link_test_base_field/link_test_base_field.info.yml
ListField class core/modules/options/src/Plugin/views/filter/ListField.php Filter handler which uses list-fields as options.
ListField class core/modules/options/src/Plugin/migrate/field/d7/ListField.php Migrate field plugin for Drupal 7 list fields.
ListField.php file core/modules/options/src/Plugin/views/filter/ListField.php
ListField.php file core/modules/options/src/Plugin/migrate/field/d7/ListField.php
ListField::init function core/modules/options/src/Plugin/views/filter/ListField.php
ListItemBase::submitFieldStorageUpdate function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Resets the static variable on field storage update.
MakeUniqueEntityField class core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php Ensures the source value is made unique against an entity field.
MakeUniqueEntityField.php file core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php
MakeUniqueEntityField::$entityTypeManager property core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php The entity type manager.
MakeUniqueEntityField::$migration property core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php The current migration.
MakeUniqueEntityField::create function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php
MakeUniqueEntityField::exists function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php
MakeUniqueEntityField::__construct function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php
MakeUniqueEntityFieldTest class core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField.
MakeUniqueEntityFieldTest.php file core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php
MakeUniqueEntityFieldTest::$entityQuery property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The mock entity query.
MakeUniqueEntityFieldTest::$entityTypeManager property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The mocked entity type manager.

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