You are here

public function EntityBrowser::getName in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/Entity/EntityBrowser.php \Drupal\entity_browser\Entity\EntityBrowser::getName()

Gets the entity browser name.

Return value

string The name of the entity browser.

Overrides EntityBrowserInterface::getName

File

src/Entity/EntityBrowser.php, line 175

Class

EntityBrowser
Defines an entity browser configuration entity.

Namespace

Drupal\entity_browser\Entity

Code

public function getName() {
  return $this
    ->get('name');
}