FieldConfigBase::getSetting |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Returns the value of a given setting. |
FieldConfigBase::getSettings |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Returns the array of settings, as required by the used class. |
FieldConfigBase::getTargetBundle |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Gets the bundle the field is attached to. |
FieldConfigBase::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Returns the ID of the entity type the field is attached to. |
FieldConfigBase::getType |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Returns the field type. |
FieldConfigBase::id |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Gets the identifier. |
FieldConfigBase::isInternal |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Determines whether the data value is internal. |
FieldConfigBase::isList |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Returns whether the data is multi-valued, i.e. a list of data items. |
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::postDelete |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Acts on deleted entities before the delete hook is 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 |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set default value'), pluralize: FALSE)] |
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 |
#[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 |
Sets constraints for a given field item property. |
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 |
Sets the value for a field setting by name. |
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 |
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::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 |
|
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::$bundle |
property |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
The entity bundle. |
FieldConfigEditForm::$entity |
property |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
The entity being used by this form. |
FieldConfigEditForm::$entityTypeId |
property |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
The name of the entity type. |
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::afterBuild |
function |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
Form element #after_build callback: Updates the entity with submitted data. |
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::create |
function |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
Instantiates a new instance of this class. |
FieldConfigEditForm::fieldStorageSubmit |
function |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
Submit handler for subform submit. |
FieldConfigEditForm::form |
function |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
Gets the actual form array to be built. |
FieldConfigEditForm::getFormId |
function |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
Returns a unique string identifying the form. |
FieldConfigEditForm::getTitle |
function |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
The _title_callback for the field settings form. |
FieldConfigEditForm::getTypedData |
function |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
Gets typed data object for the field. |
FieldConfigEditForm::handleEntityStorageException |
function |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
Handles entity storage exceptions and redirects the form. |