function 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 289  
Class
- FieldConfig
 - Defines the Field entity.
 
Namespace
Drupal\field\EntityCode
public function isDeleted() {
  return $this->deleted;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.