Search for field
- Search 7.x for field
- Search 9.5.x for field
- Search 8.9.x for field
- Search 10.3.x for field
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Field | class | core/ |
Drupal 6 field source from database. |
| Field | class | core/ |
Drupal 7 field source from database. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldConfigBase::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| FieldConfigBase::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| FieldConfigBase::setConstraints | function | core/ |
Sets the array of validation constraints for the FieldItemList. |
| FieldConfigBase::setDefaultValue | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set default value'), pluralize: FALSE)] |
| FieldConfigBase::setDefaultValueCallback | function | core/ |
Sets a custom default value callback. |
| FieldConfigBase::setDescription | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set field description'), pluralize: FALSE)] |
| FieldConfigBase::setLabel | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set field label'), pluralize: FALSE)] |
| FieldConfigBase::setPropertyConstraints | function | core/ |
Sets constraints for a given field item property. |
| FieldConfigBase::setRequired | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set whether field is required'), pluralize: FALSE)] |
| FieldConfigBase::setSetting | function | core/ |
Sets the value for a field setting by name. |
| FieldConfigBase::setSettings | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set field settings'), pluralize: FALSE)] |
| FieldConfigBase::setTranslatable | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set whether field is translatable'), pluralize: FALSE)] |
| FieldConfigBase::__sleep | function | core/ |
Implements the magic __sleep() method. |
| FieldConfigDeleteForm | class | core/ |
Provides a form for removing a field from a bundle. |
| FieldConfigDeleteForm.php | file | core/ |
|
| FieldConfigDeleteForm::buildForm | function | core/ |
Form constructor. |
| FieldConfigDeleteForm::create | function | core/ |
Instantiates a new instance of this class. |
| FieldConfigDeleteForm::getCancelUrl | function | core/ |
|
| FieldConfigDeleteForm::getConfigNamesToDelete | function | core/ |
Returns config names to delete for the deletion confirmation form. |
| FieldConfigDeleteForm::submitForm | function | core/ |
|
| FieldConfigDeleteForm::__construct | function | core/ |
|
| FieldConfigEditForm | class | core/ |
Provides a form for the field settings form. |
| FieldConfigEditForm.php | file | core/ |
|
| FieldConfigEditForm::$bundle | property | core/ |
The entity bundle. |
| FieldConfigEditForm::$entity | property | core/ |
The entity being used by this form. |
| FieldConfigEditForm::$entityTypeId | property | core/ |
The name of the entity type. |
| FieldConfigEditForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| FieldConfigEditForm::addAjaxCallbacks | function | core/ |
Add Ajax callback for all inputs. |
| FieldConfigEditForm::afterBuild | function | core/ |
Form element #after_build callback: Updates the entity with submitted data. |
| FieldConfigEditForm::ajaxSubmit | function | core/ |
Submit form #ajax callback. |
| FieldConfigEditForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
| FieldConfigEditForm::create | function | core/ |
Instantiates a new instance of this class. |
| FieldConfigEditForm::fieldStorageSubmit | function | core/ |
Submit handler for subform submit. |
| FieldConfigEditForm::form | function | core/ |
Gets the actual form array to be built. |
| FieldConfigEditForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FieldConfigEditForm::getTitle | function | core/ |
The _title_callback for the field settings form. |
| FieldConfigEditForm::getTypedData | function | core/ |
Gets typed data object for the field. |
| FieldConfigEditForm::handleEntityStorageException | function | core/ |
Handles entity storage exceptions and redirects the form. |
| FieldConfigEditForm::hasAnyRequired | function | core/ |
A function to check if element contains any required elements. |
| FieldConfigEditForm::processFieldStorageSubmit | function | core/ |
Process handler for subform submit. |
| FieldConfigEditForm::save | function | core/ |
Form submission handler for the 'save' action. |
| FieldConfigEditForm::submitForm | function | core/ |
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/ |
Respond to a successful AJAX submission. |
| FieldConfigEditForm::validateForm | function | core/ |
Form validation handler. |
| FieldConfigEditForm::__construct | function | core/ |
|
| FieldConfigEditFormTest | class | core/ |
Tests Drupal\field_ui\Form\FieldConfigEditForm. |
| FieldConfigEditFormTest.php | file | core/ |
|
| FieldConfigEditFormTest::$fieldConfigEditForm | property | core/ |
The field config edit form. |
| FieldConfigEditFormTest::providerRequired | function | core/ |
Provides test cases with required and optional elements. |
| FieldConfigEditFormTest::setUp | function | core/ |
Pagination
- Previous page
- Page 47
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.