FieldConfig::isDeleted

public FieldConfig::isDeleted()

Gets the deleted flag of the field.

Return value

bool Returns TRUE if the field is deleted.

Overrides FieldConfigInterface::isDeleted

File

core/modules/field/src/Entity/FieldConfig.php, line 275

Class

FieldConfig
Defines the Field entity.

Namespace

Drupal\field\Entity

Code

1
2
3
public function isDeleted() {
  return $this->deleted;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.