You are here

public function EntityBrowserInterface::getName in Entity Browser 8.2

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

Gets the entity browser name.

Return value

string The name of the entity browser.

1 method overrides EntityBrowserInterface::getName()
EntityBrowser::getName in src/Entity/EntityBrowser.php
Gets the entity browser name.

File

src/EntityBrowserInterface.php, line 18

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function getName();