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 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/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
FieldConfigEditForm::processFieldStorageSubmit function core/modules/field_ui/src/Form/FieldConfigEditForm.php Process handler for subform submit.
FieldConfigEditForm::save function core/modules/field_ui/src/Form/FieldConfigEditForm.php Form submission handler for the 'save' action.
FieldConfigEditForm::submitForm function core/modules/field_ui/src/Form/FieldConfigEditForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FieldConfigEditForm::validateForm function core/modules/field_ui/src/Form/FieldConfigEditForm.php Form validation handler.
FieldConfigEditForm::__construct function core/modules/field_ui/src/Form/FieldConfigEditForm.php Constructs a new FieldConfigDeleteForm object.
FieldConfigEditFormTest class core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php @coversDefaultClass \Drupal\field_ui\Form\FieldConfigEditForm[[api-linebreak]]
FieldConfigEditFormTest.php file core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php
FieldConfigEditFormTest::$fieldConfigEditForm property core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php The field config edit form.
FieldConfigEditFormTest::providerRequired function core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php Provides test cases with required and optional elements.
FieldConfigEditFormTest::setUp function core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php
FieldConfigEditFormTest::testHasAnyRequired function core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php @covers ::hasAnyRequired[[api-linebreak]]
FieldConfigEntityUnitTest class core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @coversDefaultClass \Drupal\field\Entity\FieldConfig[[api-linebreak]]
@group field
FieldConfigEntityUnitTest.php file core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
FieldConfigEntityUnitTest::$entityFieldManager property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The entity field manager used for testing.
FieldConfigEntityUnitTest::$entityType property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The entity type used for testing.
FieldConfigEntityUnitTest::$entityTypeId property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The ID of the type of the entity under test.
FieldConfigEntityUnitTest::$entityTypeManager property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The entity type manager used for testing.
FieldConfigEntityUnitTest::$fieldStorage property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The mock field storage.
FieldConfigEntityUnitTest::$fieldTypePluginManager property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The mock field type plugin manager.
FieldConfigEntityUnitTest::$uuid property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The UUID generator used for testing.
FieldConfigEntityUnitTest::setUp function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
FieldConfigEntityUnitTest::testCalculateDependencies function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests that invalid bundles are handled.
FieldConfigEntityUnitTest::testGetType function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::getType[[api-linebreak]]
FieldConfigEntityUnitTest::testOnDependencyRemoval function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::onDependencyRemoval[[api-linebreak]]
FieldConfigEntityUnitTest::testToArray function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::toArray[[api-linebreak]]
FieldConfigInterface interface core/modules/field/src/FieldConfigInterface.php Provides an interface defining a field entity.
FieldConfigInterface interface core/lib/Drupal/Core/Field/FieldConfigInterface.php Defines an interface for configurable field definitions.
FieldConfigInterface.php file core/lib/Drupal/Core/Field/FieldConfigInterface.php
FieldConfigInterface.php file core/modules/field/src/FieldConfigInterface.php
FieldConfigInterface::addConstraint function core/lib/Drupal/Core/Field/FieldConfigInterface.php Adds a validation constraint to the FieldItemList.
FieldConfigInterface::addPropertyConstraints function core/lib/Drupal/Core/Field/FieldConfigInterface.php Adds constraints for a given field item property.
FieldConfigInterface::isDeleted function core/modules/field/src/FieldConfigInterface.php Gets the deleted flag of the field.
FieldConfigInterface::setConstraints function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets the array of validation constraints for the FieldItemList.
FieldConfigInterface::setDefaultValue function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets a default value.
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

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