public function StorageManagerInterface::deleteField in Paragraph View Mode 8
Same name and namespace in other branches
- 2.x 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_modeCode
public function deleteField(string $bundle) : bool;