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. 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::doTestLinkTitle function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests the link title settings of a link field.
LinkFieldTest::doTestLinkTypeOnLinkWidget function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests '#link_type' property exists on 'link_default' widget.
LinkFieldTest::doTestURLValidation function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests link field URL validation.
LinkFieldTest::getUrlWithComplexQuery function core/modules/link/tests/src/Functional/LinkFieldTest.php Get array of url with complex query parameters for render check.
LinkFieldTest::getUrlWithComplexQueryInputList function core/modules/link/tests/src/Functional/LinkFieldTest.php Get list of url with complex query parameters for input check.
LinkFieldTest::renderTestEntity function core/modules/link/tests/src/Functional/LinkFieldTest.php Renders a test_entity and returns the output.
LinkFieldTest::setUp function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php
LinkFieldTest::setUp function core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php
LinkFieldTest::setUp function core/modules/link/tests/src/Functional/LinkFieldTest.php
LinkFieldTest::testAlterFieldInstanceMigration function core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php @covers ::alterFieldInstanceMigration
LinkFieldTest::testDefineValueProcessPipeline function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php @covers ::defineValueProcessPipeline
LinkFieldTest::testLinkField function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests the functionality and rendering of the link field.
LinkFieldTest::testLinkFormatterQueryParametersDuplication function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests the default 'link' formatter with complex query parameters.
LinkFieldTest::testLinkWidgetCaughtExceptionEditingInvalidUrl function core/modules/link/tests/src/Functional/LinkFieldTest.php Test link widget exception handled if link uri value is invalid.
LinkFieldTest::testNoLinkUri function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests <nolink> and <none> as link uri.
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 The theme to install as the default for testing.
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 Modules to install.
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.
LinkItem::defaultFieldSettings function core/modules/link/src/Plugin/Field/FieldType/LinkItem.php Defines the field-level settings for this plugin.
LinkItem::fieldSettingsForm function core/modules/link/src/Plugin/Field/FieldType/LinkItem.php Returns a form for the field-level settings.
LinkViewsTokensTest::$fieldName property core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php The field name used for the link field.
link_field_type_category_info_alter function core/modules/link/link.module Implements hook_field_type_category_info_alter().
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
link_test_base_field.module file core/modules/link/tests/modules/link_test_base_field/link_test_base_field.module
link_test_base_field_entity_base_field_info function core/modules/link/tests/modules/link_test_base_field/link_test_base_field.module Implements hook_entity_base_field_info().
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
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 Overrides \Drupal\views\Plugin\views\HandlerBase::init().
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 Creates an instance of the plugin.
MakeUniqueEntityField::exists function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php This is a query checking the existence of some value.
MakeUniqueEntityField::__construct function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php
MakeUniqueEntityFieldTest class core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField
@group migrate

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