Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldConfigBase::addConstraint | function | core/ |
Adds a validation constraint to the FieldItemList. |
| FieldConfigBase::addPropertyConstraints | function | core/ |
Adds constraints for a given field item property. |
| FieldConfigBase::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| FieldConfigBase::createFromDataType | function | core/ |
Creates a new data definition object. |
| FieldConfigBase::createFromItemType | function | core/ |
Creates a new list data definition for items of the given data type. |
| FieldConfigBase::getClass | function | core/ |
Returns the class used for creating the typed data object. |
| FieldConfigBase::getConfig | function | core/ |
Gets an object that can be saved in configuration. |
| FieldConfigBase::getConstraint | function | core/ |
Returns a validation constraint. |
| FieldConfigBase::getConstraints | function | core/ |
Returns an array of validation constraints. |
| FieldConfigBase::getDataType | function | core/ |
Returns the data type of the data. |
| FieldConfigBase::getDefaultValue | function | core/ |
Returns the default value for the field in a newly created entity. |
| FieldConfigBase::getDefaultValueCallback | function | core/ |
Returns the default value callback for the field. |
| FieldConfigBase::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
| FieldConfigBase::getDescription | function | core/ |
Returns a human readable description. |
| FieldConfigBase::getItemDefinition | function | core/ |
Gets the data definition of an item of the list. |
| FieldConfigBase::getLabel | function | core/ |
Returns a human readable label. |
| FieldConfigBase::getName | function | core/ |
Returns the machine name of the field. |
| FieldConfigBase::getSetting | function | core/ |
Returns the value of a given setting. |
| FieldConfigBase::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
| FieldConfigBase::getTargetBundle | function | core/ |
Gets the bundle the field is attached to. |
| FieldConfigBase::getTargetEntityTypeId | function | core/ |
Returns the ID of the entity type the field is attached to. |
| FieldConfigBase::getType | function | core/ |
Returns the field type. |
| FieldConfigBase::id | function | core/ |
Gets the identifier. |
| FieldConfigBase::isInternal | function | core/ |
Determines whether the data value is internal. |
| FieldConfigBase::isList | function | core/ |
Returns whether the data is multi-valued, i.e. a list of data items. |
| FieldConfigBase::isRequired | function | core/ |
Returns whether the field can be empty. |
| FieldConfigBase::isTranslatable | function | core/ |
Returns whether the field is translatable. |
| FieldConfigBase::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
| FieldConfigBase::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
| 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/ |
Sets a default value. |
| FieldConfigBase::setDefaultValueCallback | function | core/ |
Sets a custom default value callback. |
| FieldConfigBase::setDescription | function | core/ |
Sets a human readable description. |
| FieldConfigBase::setLabel | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Change field label'))] |
| FieldConfigBase::setPropertyConstraints | function | core/ |
Sets constraints for a given field item property. |
| FieldConfigBase::setRequired | function | core/ |
Sets whether the field can be empty. |
| FieldConfigBase::setSetting | function | core/ |
Sets the value for a field setting by name. |
| FieldConfigBase::setSettings | function | core/ |
Sets field settings. |
| FieldConfigBase::setTranslatable | function | core/ |
Sets whether the field is translatable. |
| 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::$entityTypeBundleInfo | property | core/ |
The entity type bundle info service. |
| 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/ |
Pagination
- Previous page
- Page 44
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.