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
FieldConfigInterface::setDefaultValueCallback function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets a custom default value callback.
FieldConfigInterface::setDescription function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets a human readable description.
FieldConfigInterface::setLabel function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets the field definition label.
FieldConfigInterface::setPropertyConstraints function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets constraints for a given field item property.
FieldConfigInterface::setRequired function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets whether the field can be empty.
FieldConfigInterface::setSetting function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets the value for a field setting by name.
FieldConfigInterface::setSettings function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets field settings.
FieldConfigInterface::setTranslatable function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets whether the field is translatable.
FieldConfigJsonAnonTest class core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php @group rest
FieldConfigJsonAnonTest.php file core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php
FieldConfigJsonAnonTest::$defaultTheme property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php The theme to install as the default for testing.
FieldConfigJsonAnonTest::$format property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php The format to use in this test.
FieldConfigJsonAnonTest::$mimeType property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php The MIME type that corresponds to $format.
FieldConfigJsonBasicAuthTest class core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php @group rest
FieldConfigJsonBasicAuthTest.php file core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php
FieldConfigJsonBasicAuthTest::$auth property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php The authentication mechanism to use in this test.
FieldConfigJsonBasicAuthTest::$defaultTheme property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php The theme to install as the default for testing.
FieldConfigJsonBasicAuthTest::$format property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php The format to use in this test.
FieldConfigJsonBasicAuthTest::$mimeType property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php The MIME type that corresponds to $format.
FieldConfigJsonBasicAuthTest::$modules property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php Modules to install.
FieldConfigJsonCookieTest class core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php @group rest
FieldConfigJsonCookieTest.php file core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php
FieldConfigJsonCookieTest::$auth property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php The authentication mechanism to use in this test.
FieldConfigJsonCookieTest::$defaultTheme property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php The theme to install as the default for testing.
FieldConfigJsonCookieTest::$format property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php The format to use in this test.
FieldConfigJsonCookieTest::$mimeType property core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php The MIME type that corresponds to $format.
FieldConfigListBuilder class core/modules/field_ui/src/FieldConfigListBuilder.php Provides lists of field config entities.
FieldConfigListBuilder.php file core/modules/field_ui/src/FieldConfigListBuilder.php
FieldConfigListBuilder::$entityFieldManager property core/modules/field_ui/src/FieldConfigListBuilder.php The entity field manager.
FieldConfigListBuilder::$entityTypeManager property core/modules/field_ui/src/FieldConfigListBuilder.php The entity type manager.
FieldConfigListBuilder::$fieldTypeManager property core/modules/field_ui/src/FieldConfigListBuilder.php The field type plugin manager.
FieldConfigListBuilder::$targetBundle property core/modules/field_ui/src/FieldConfigListBuilder.php The name of the bundle the listed fields are attached to.
FieldConfigListBuilder::$targetEntityTypeId property core/modules/field_ui/src/FieldConfigListBuilder.php The name of the entity type the listed fields are attached to.
FieldConfigListBuilder::buildHeader function core/modules/field_ui/src/FieldConfigListBuilder.php Builds the header row for the entity listing.
FieldConfigListBuilder::buildRow function core/modules/field_ui/src/FieldConfigListBuilder.php Builds a row for an entity in the entity listing.
FieldConfigListBuilder::createInstance function core/modules/field_ui/src/FieldConfigListBuilder.php Instantiates a new instance of this entity handler.
FieldConfigListBuilder::getDefaultOperations function core/modules/field_ui/src/FieldConfigListBuilder.php Gets this list's default operations.
FieldConfigListBuilder::load function core/modules/field_ui/src/FieldConfigListBuilder.php Loads entities of this type from storage for listing.
FieldConfigListBuilder::render function core/modules/field_ui/src/FieldConfigListBuilder.php Builds the entity listing as renderable array for table.html.twig.
FieldConfigListBuilder::__construct function core/modules/field_ui/src/FieldConfigListBuilder.php Constructs a new class instance.
FieldConfigListController class core/modules/field_ui/src/Controller/FieldConfigListController.php Defines a controller to list field instances.
FieldConfigListController.php file core/modules/field_ui/src/Controller/FieldConfigListController.php
FieldConfigListController::listing function core/modules/field_ui/src/Controller/FieldConfigListController.php Shows the 'Manage fields' page.
FieldConfigResourceTestBase class core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php
FieldConfigResourceTestBase.php file core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php
FieldConfigResourceTestBase::$entity property core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php
FieldConfigResourceTestBase::$entityTypeId property core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php The tested entity type.
FieldConfigResourceTestBase::$modules property core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php Modules to install.
FieldConfigResourceTestBase::createEntity function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php Creates the entity to be tested.
FieldConfigResourceTestBase::getExpectedCacheContexts function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.

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