You are here

public function StorageManagerInterface::deleteField in Paragraph View Mode 2.x

Same name and namespace in other branches
  1. 8 src/StorageManagerInterface.php \Drupal\paragraph_view_mode\StorageManagerInterface::deleteField()

Delete field from the given bundle.

Parameters

string $bundle: Paragraph entity bundle.

Return value

bool True if the field does not exist or was successfully deleted.

1 method overrides StorageManagerInterface::deleteField()
StorageManager::deleteField in src/StorageManager.php
Delete field from the given bundle.

File

src/StorageManagerInterface.php, line 57

Class

StorageManagerInterface
Provides an interface for managing the storage.

Namespace

Drupal\paragraph_view_mode

Code

public function deleteField(string $bundle) : bool;