Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
FieldConfigBase::setConstraints function core/lib/Drupal/Core/Field/FieldConfigBase.php
FieldConfigBase::setDefaultValue function core/lib/Drupal/Core/Field/FieldConfigBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set default value'), pluralize: FALSE)]
FieldConfigBase::setDefaultValueCallback function core/lib/Drupal/Core/Field/FieldConfigBase.php
FieldConfigBase::setDescription function core/lib/Drupal/Core/Field/FieldConfigBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set field description'), pluralize: FALSE)]
FieldConfigBase::setLabel function core/lib/Drupal/Core/Field/FieldConfigBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set field label'), pluralize: FALSE)]
FieldConfigBase::setPropertyConstraints function core/lib/Drupal/Core/Field/FieldConfigBase.php
FieldConfigBase::setRequired function core/lib/Drupal/Core/Field/FieldConfigBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set whether field is required'), pluralize: FALSE)]
FieldConfigBase::setSetting function core/lib/Drupal/Core/Field/FieldConfigBase.php
FieldConfigBase::setSettings function core/lib/Drupal/Core/Field/FieldConfigBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set field settings'), pluralize: FALSE)]
FieldConfigBase::setTranslatable function core/lib/Drupal/Core/Field/FieldConfigBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set whether field is translatable'), pluralize: FALSE)]
FieldConfigBase::__sleep function core/lib/Drupal/Core/Field/FieldConfigBase.php Implements the magic __sleep() method.
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
FieldConfigEditForm::actions function core/modules/field_ui/src/Form/FieldConfigEditForm.php Returns an array of supported actions for the current entity form.
FieldConfigEditForm::addAjaxCallbacks function core/modules/field_ui/src/Form/FieldConfigEditForm.php Add Ajax callback for all inputs.
FieldConfigEditForm::ajaxSubmit function core/modules/field_ui/src/Form/FieldConfigEditForm.php Submit form #ajax callback.
FieldConfigEditForm::copyFormValuesToEntity function core/modules/field_ui/src/Form/FieldConfigEditForm.php Copies top-level form values to entity properties.
FieldConfigEditForm::fieldStorageSubmit function core/modules/field_ui/src/Form/FieldConfigEditForm.php Submit handler for subform submit.
FieldConfigEditForm::handleEntityStorageException function core/modules/field_ui/src/Form/FieldConfigEditForm.php Handles entity storage exceptions and redirects the form.
FieldConfigEditForm::hasAnyRequired function core/modules/field_ui/src/Form/FieldConfigEditForm.php A function to check if element contains any required elements.
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::successfulAjaxSubmit function core/modules/field_ui/src/Form/FieldConfigEditForm.php Respond to a successful AJAX submission.
FieldConfigEditForm::__construct function core/modules/field_ui/src/Form/FieldConfigEditForm.php
FieldConfigEditFormTest class core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php Tests Drupal\field_ui\Form\FieldConfigEditForm.
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 Tests has any required.
FieldConfigEntityUnitTest class core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests Drupal\field\Entity\FieldConfig.
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::$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 Tests calculate dependencies.
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 Tests get type.
FieldConfigEntityUnitTest::testOnDependencyRemoval function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests on dependency removal.
FieldConfigEntityUnitTest::testToArray function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests to array.
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.

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