Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FieldConfig.php

function FieldConfig::isDeleted

Overrides FieldConfigInterface::isDeleted

File

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

Class

FieldConfig
Defines the Field entity.

Namespace

Drupal\field\Entity

Code

public function isDeleted() {
    return $this->deleted;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal