public function FieldInstanceInterface::allowBundleRename

Allows a bundle to be renamed.

Renaming a bundle on the instance is allowed when an entity's bundle is renamed and when field_entity_bundle_rename() does internal housekeeping.

1 method overrides FieldInstanceInterface::allowBundleRename()
FieldInstance::allowBundleRename in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php
Allows a bundle to be renamed.

File

drupal/core/modules/field/lib/Drupal/field/FieldInstanceInterface.php, line 32
Contains \Drupal\field\FieldInstanceInterface.

Class

FieldInstanceInterface
Provides an interface defining a field instance entity.

Namespace

Drupal\field

Code

public function allowBundleRename();