You are here

public function EntityBrowserInterface::setName in Entity Browser 8

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

Sets the name of the entity browser.

Parameters

string $name: The name of the entity browser.

Return value

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

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

File

src/EntityBrowserInterface.php, line 29

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function setName($name);