Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldConfigBase::setConstraints | function | core/ |
|
| FieldConfigBase::setDefaultValue | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set default value'), pluralize: FALSE)] |
| FieldConfigBase::setDefaultValueCallback | function | core/ |
|
| 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/ |
|
| FieldConfigBase::setRequired | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set whether field is required'), pluralize: FALSE)] |
| FieldConfigBase::setSetting | function | core/ |
|
| 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::getConfigNamesToDelete | function | core/ |
Returns config names to delete for the deletion confirmation form. |
| FieldConfigDeleteForm::submitForm | function | core/ |
|
| FieldConfigDeleteForm::__construct | function | core/ |
|
| 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::ajaxSubmit | function | core/ |
Submit form #ajax callback. |
| FieldConfigEditForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
| FieldConfigEditForm::fieldStorageSubmit | function | core/ |
Submit handler for subform submit. |
| 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::__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/ |
|
| FieldConfigEditFormTest::testHasAnyRequired | function | core/ |
Tests has any required. |
| FieldConfigEntityUnitTest | class | core/ |
Tests Drupal\field\Entity\FieldConfig. |
| FieldConfigEntityUnitTest.php | file | core/ |
|
| FieldConfigEntityUnitTest::$entityFieldManager | property | core/ |
The entity field manager used for testing. |
| FieldConfigEntityUnitTest::$entityTypeId | property | core/ |
The ID of the type of the entity under test. |
| FieldConfigEntityUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
| FieldConfigEntityUnitTest::$fieldStorage | property | core/ |
The mock field storage. |
| FieldConfigEntityUnitTest::$fieldTypePluginManager | property | core/ |
The mock field type plugin manager. |
| FieldConfigEntityUnitTest::$uuid | property | core/ |
The UUID generator used for testing. |
| FieldConfigEntityUnitTest::setUp | function | core/ |
|
| FieldConfigEntityUnitTest::testCalculateDependencies | function | core/ |
Tests calculate dependencies. |
| FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle | function | core/ |
Tests that invalid bundles are handled. |
| FieldConfigEntityUnitTest::testGetType | function | core/ |
Tests get type. |
| FieldConfigEntityUnitTest::testOnDependencyRemoval | function | core/ |
Tests on dependency removal. |
| FieldConfigEntityUnitTest::testToArray | function | core/ |
Tests to array. |
| FieldConfigInterface::addConstraint | function | core/ |
Adds a validation constraint to the FieldItemList. |
| FieldConfigInterface::addPropertyConstraints | function | core/ |
Adds constraints for a given field item property. |
| FieldConfigInterface::isDeleted | function | core/ |
Gets the deleted flag of the field. |
| FieldConfigInterface::setConstraints | function | core/ |
Sets the array of validation constraints for the FieldItemList. |
Pagination
- Previous page
- Page 527
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.