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

Breadcrumb

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

function FieldConfigInterface::isDeleted

Gets the deleted flag of the field.

Return value

bool Returns TRUE if the field is deleted.

1 method overrides FieldConfigInterface::isDeleted()
FieldConfig::isDeleted in core/modules/field/src/Entity/FieldConfig.php
Gets the deleted flag of the field.

File

core/modules/field/src/FieldConfigInterface.php, line 19

Class

FieldConfigInterface
Provides an interface defining a field entity.

Namespace

Drupal\field

Code

public function isDeleted();

API Navigation

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