You are here

public function EntityBrowserInterface::setLabel in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 src/EntityBrowserInterface.php \Drupal\entity_browser\EntityBrowserInterface::setLabel()

Sets the label of the entity browser.

Parameters

string $label: The label of the entity browser.

Return value

\Drupal\entity_browser\EntityBrowserInterface The class instance this method is called on.

1 method overrides EntityBrowserInterface::setLabel()
EntityBrowser::setLabel in src/Entity/EntityBrowser.php
Sets the label of the entity browser.

File

src/EntityBrowserInterface.php, line 40

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function setLabel($label);