You are here

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

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

Sets field label.

Parameters

string $bundle: Paragraph entity bundle.

string $label: Label.

Throws

\Drupal\Core\Entity\EntityStorageException

1 method overrides StorageManagerInterface::setFieldLabel()
StorageManager::setFieldLabel in src/StorageManager.php
Sets field label.

File

src/StorageManagerInterface.php, line 70

Class

StorageManagerInterface
Provides an interface for managing the storage.

Namespace

Drupal\paragraph_view_mode

Code

public function setFieldLabel(string $bundle, string $label) : void;