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/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.
Field class core/modules/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.

All search results

Title Object type File name Summary
FieldConfigBase::isRequired function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns whether the field can be empty.
FieldConfigBase::isTranslatable function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns whether the field is translatable.
FieldConfigBase::onDependencyRemoval function core/lib/Drupal/Core/Field/FieldConfigBase.php Informs the entity that entities it depends on will be deleted.
FieldConfigBase::postCreate function core/lib/Drupal/Core/Field/FieldConfigBase.php Acts on a created entity before hooks are invoked.
FieldConfigBase::postSave function core/lib/Drupal/Core/Field/FieldConfigBase.php Acts on a saved entity before the insert or update hook is invoked.
FieldConfigBase::setConstraints function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets the array of validation constraints for the FieldItemList.
FieldConfigBase::setDefaultValue function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets a default value.
FieldConfigBase::setDefaultValueCallback function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets a custom default value callback.
FieldConfigBase::setDescription function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets a human readable description.
FieldConfigBase::setLabel function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets the field definition label.
FieldConfigBase::setPropertyConstraints function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets constraints for a given field item property.
FieldConfigBase::setRequired function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets whether the field can be empty.
FieldConfigBase::setSetting function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets the value for a field setting by name.
FieldConfigBase::setSettings function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets field settings.
FieldConfigBase::setTranslatable function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets whether the field is translatable.
FieldConfigBase::__sleep function core/lib/Drupal/Core/Field/FieldConfigBase.php Implements the magic __sleep() method.
FieldConfigDeleteForm class core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Provides a form for removing a field from a bundle.
FieldConfigDeleteForm.php file core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::$entityTypeBundleInfo property core/modules/field_ui/src/Form/FieldConfigDeleteForm.php The entity type bundle info service.
FieldConfigDeleteForm::buildForm function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Form constructor.
FieldConfigDeleteForm::create function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Instantiates a new instance of this class.
FieldConfigDeleteForm::getCancelUrl function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::getConfigNamesToDelete function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Returns config names to delete for the deletion confirmation form.
FieldConfigDeleteForm::submitForm function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::__construct function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Constructs a new FieldConfigDeleteForm object.
FieldConfigEditForm class core/modules/field_ui/src/Form/FieldConfigEditForm.php Provides a form for the field settings form.
FieldConfigEditForm.php file core/modules/field_ui/src/Form/FieldConfigEditForm.php
FieldConfigEditForm::$entity property core/modules/field_ui/src/Form/FieldConfigEditForm.php The entity being used by this form.
FieldConfigEditForm::$entityTypeBundleInfo property core/modules/field_ui/src/Form/FieldConfigEditForm.php The entity type bundle info service.
FieldConfigEditForm::actions function core/modules/field_ui/src/Form/FieldConfigEditForm.php Returns an array of supported actions for the current entity form.
FieldConfigEditForm::create function core/modules/field_ui/src/Form/FieldConfigEditForm.php Instantiates a new instance of this class.
FieldConfigEditForm::form function core/modules/field_ui/src/Form/FieldConfigEditForm.php Gets the actual form array to be built.
FieldConfigEditForm::getTitle function core/modules/field_ui/src/Form/FieldConfigEditForm.php The _title_callback for the field settings form.
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.
FieldConfigEntityUnitTest class core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @coversDefaultClass \Drupal\field\Entity\FieldConfig
@group field
FieldConfigEntityUnitTest.php file core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Contains \Drupal\Tests\field\Unit\FieldConfigEntityUnitTest.
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 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
FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Test that invalid bundles are handled.
FieldConfigEntityUnitTest::testGetType function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::getType

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