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
FormTest::testRequiredTextfieldNoTitle function core/modules/system/tests/src/Functional/Form/FormTest.php Tests validation for required textfield element without title.
FormTestDetailsContainsRequiredTextfieldForm class core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php Builds a form to test a required textfield within a details element.
FormTestDetailsContainsRequiredTextfieldForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php
FormTestDetailsContainsRequiredTextfieldForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php Form constructor.
FormTestDetailsContainsRequiredTextfieldForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php Returns a unique string identifying the form.
FormTestDetailsContainsRequiredTextfieldForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php Form submission handler.
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.
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 real field.
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 install.
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.
HandlerFieldRoleTest.php file core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php
HandlerFieldRoleTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php The theme to install as the default for testing.
HandlerFieldRoleTest::$testViews property core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php Views used by this test.
HandlerFieldRoleTest::testRole function core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php Tests the rendering of user roles in a Views field handler.
HandlerFieldUserNameTest class core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php Tests the handler of the user: name field.
HandlerFieldUserNameTest.php file core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php
HandlerFieldUserNameTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php The theme to install as the default for testing.
HandlerFieldUserNameTest::$testViews property core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php Views used by this test.
HandlerFieldUserNameTest::testNoAdditionalFields function core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php Tests that the field handler works when no additional fields are added.
HandlerFieldUserNameTest::testUserName function core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php Tests the rendering of the user name field in Views.
HandlerTest::assertNoDuplicateField function core/modules/views_ui/tests/src/Functional/HandlerTest.php Asserts that fields only appear once.
HandlerTest::testNoDuplicateFields function core/modules/views_ui/tests/src/Functional/HandlerTest.php Ensures that neither node type or node ID appears multiple times.
HiddenFieldSelector class core/tests/Drupal/Tests/HiddenFieldSelector.php Extends PartialNamedSelector to allow retrieval of hidden fields.
HiddenFieldSelector.php file core/tests/Drupal/Tests/HiddenFieldSelector.php
HiddenFieldSelector::__construct function core/tests/Drupal/Tests/HiddenFieldSelector.php

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