Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 10.3.x for Field
  4. Search 11.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/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.
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
FormTest::testFieldFormDefaultValue function core/modules/field/tests/src/Functional/FormTest.php Tests field widget default values on entity forms.
FormTest::testFieldFormMultipleWidget function core/modules/field/tests/src/Functional/FormTest.php Tests widgets handling multiple values.
FormTest::testFieldFormMultipleWidgetAlter function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_form_alter().
FormTest::testFieldFormMultipleWidgetAlterSingleValues function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_form_alter() with single value elements.
FormTest::testFieldFormMultipleWidgetTypeAlter function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_WIDGET_TYPE_form_alter().
FormTest::testFieldFormMultipleWidgetTypeAlterSingleValues function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_WIDGET_TYPE_form_alter() with single value elements.
FormTest::testFieldFormMultivalueWithRequiredRadio function core/modules/field/tests/src/Functional/FormTest.php Tests widget handling of multiple required radios.
FormTest::testFieldFormSingle function core/modules/field/tests/src/Functional/FormTest.php
FormTest::testFieldFormSingleRequired function core/modules/field/tests/src/Functional/FormTest.php
FormTest::testFieldFormUnlimited function core/modules/field/tests/src/Functional/FormTest.php
FormTest::testFieldFormUnlimitedRequired function core/modules/field/tests/src/Functional/FormTest.php Tests the position of the required label.
FormTest::testHiddenField function core/modules/field/tests/src/Functional/FormTest.php Tests hiding a field in a form.
FormTest::testLabelOnMultiValueFields function core/modules/field/tests/src/Functional/FormTest.php Tests the form display of the label for multi-value fields.
FormTest::testRequiredFields function core/modules/system/tests/src/Functional/Form/FormTest.php Check several empty values for required forms elements.
FormTest::testRequiredTextfieldNoTitle function core/modules/system/tests/src/Functional/Form/FormTest.php Tests validation for required textfield element without title.
FormTestGroupFieldsetForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Builds a simple form to test the #group property on #type 'fieldset'.
FormTestGroupFieldsetForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php
FormTestGroupFieldsetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Form constructor.
FormTestGroupFieldsetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Returns a unique string identifying the form.
FormTestGroupFieldsetForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Form submission handler.
ForumController::$fieldMap property core/modules/forum/src/Controller/ForumController.php Field map of existing fields on the site.
ForumManager::$entityFieldManager property core/modules/forum/src/ForumManager.php Entity field manager.
ForumUninstallTest::testForumUninstallWithField function core/modules/forum/tests/src/Functional/ForumUninstallTest.php Tests if forum module uninstallation properly deletes the field.
ForumUninstallTest::testForumUninstallWithoutFieldStorage function core/modules/forum/tests/src/Functional/ForumUninstallTest.php Tests uninstallation if the field storage has been deleted beforehand.
forum_entity_bundle_field_info_alter function core/modules/forum/forum.module Implements hook_entity_bundle_field_info_alter().
HalEntityNormalizationTrait::applyHalFieldNormalization function core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php Applies the HAL entity field normalization to an entity normalization.
HandlerBase::$field property core/modules/views/src/Plugin/views/HandlerBase.php With field you can override the realField if the real field is not set.
HandlerBase::$realField property core/modules/views/src/Plugin/views/HandlerBase.php The actual field in the database table, maybe different
on other kind of query plugins/special handlers.
HandlerBase::getDateField function core/modules/views/src/Plugin/views/HandlerBase.php Creates cross-database SQL dates.
HandlerBase::getField function core/modules/views/src/Plugin/views/HandlerBase.php Shortcut to get a handler's raw field value.
HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType[[api-linebreak]]
HandlerBaseTest::testGetEntityTypeForFieldWithRelationship function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType[[api-linebreak]]
HandlerFieldFieldTest class core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests the field rendering in views.
HandlerFieldFieldTest.php file core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php
HandlerFieldFieldTest::$fieldStorages property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Test field storage.
HandlerFieldFieldTest::$modules property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Modules to enable.
HandlerFieldFieldTest::$nodes property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Test nodes.
HandlerFieldFieldTest::$testViews property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Views used by this test.
HandlerFieldFieldTest::createFields function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Creates the testing fields.
HandlerFieldFieldTest::doTestFormatterSimpleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests that fields with formatters runs as expected.
HandlerFieldFieldTest::doTestInaccessibleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests inaccessible field rendering.
HandlerFieldFieldTest::doTestMultipleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests multi-value field rendering.
HandlerFieldFieldTest::doTestSimpleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests simple field rendering.
HandlerFieldFieldTest::prepareView function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Sets up the testing view with random field data.
HandlerFieldFieldTest::testFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests fields rendering in views.
HandlerFieldPermissionTest class core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php Tests the permission field handler.
HandlerFieldPermissionTest.php file core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php
HandlerFieldPermissionTest::$testViews property core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php Views used by this test.
HandlerFieldPermissionTest::testFieldPermission function core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php Tests the permission field handler output.
HandlerFieldRoleTest class core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php Tests the handler of the user: role field.

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