Search for field_

  1. Search 7.x for field_
  2. Search 8.9.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Search main for field_
  6. Other projects
Title Object type File name Summary
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_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 Contains main module functions.
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.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().
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 Constructs a \Drupal\Component\Plugin\PluginBase object.
MakeUniqueEntityFieldTest class core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField[[api-linebreak]]
@group migrate
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.
MakeUniqueEntityFieldTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The migration configuration, initialized to set the ID to test.
MakeUniqueEntityFieldTest::entityQueryExpects function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Helper function to add expectations to the mock entity query object.
MakeUniqueEntityFieldTest::providerTestMakeUniqueEntityField function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Data provider for testMakeUniqueEntityField().
MakeUniqueEntityFieldTest::setUp function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php
MakeUniqueEntityFieldTest::testMakeUniqueEntityField function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests making an entity field value unique.
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldEntityInvalidLength function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests that invalid length option throws an exception.
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldEntityInvalidStart function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests that invalid start position throws an exception.
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldMigrated function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests making an entity field value unique only for migrated entities.
ManageDisplayTest::assertFieldSelectOptions function core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Checks if a select element contains the specified options.
ManageDisplayTest::assertFieldSelectOptions function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Checks if a select element contains the specified options.
ManageDisplayTest::fieldUIAddNewField function core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Creates a new field through the Field UI.
ManageDisplayTest::testNoFieldsDisplayOverview function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests that a message is shown when there are no fields.
ManageDisplayTest::testNonInitializedFields function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests that fields with no explicit display settings do not break.
ManageFieldsFunctionalTest class core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the Field UI "Manage fields" screen.
ManageFieldsFunctionalTest.php file core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
ManageFieldsFunctionalTest::$contentType property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php The ID of the custom content type created for testing.
ManageFieldsFunctionalTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php The theme to install as the default for testing.
ManageFieldsFunctionalTest::$fieldLabel property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php The label for a random field to be created for testing.
ManageFieldsFunctionalTest::$fieldName property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php The name of a random field to be created for testing.
ManageFieldsFunctionalTest::$fieldNameInput property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php The input name of a random field to be created for testing.
ManageFieldsFunctionalTest::$modules property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Modules to install.
ManageFieldsFunctionalTest::addExistingField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests adding an existing field in another content type.
ManageFieldsFunctionalTest::addPersistentFieldStorage function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that persistent field storage appears in the field UI.
ManageFieldsFunctionalTest::assertFieldSettings function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Asserts field settings are as expected.
ManageFieldsFunctionalTest::cardinalitySettings function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the cardinality settings of a field.

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