public function EntityBrowserInterface::getName in Entity Browser 8
Same name and namespace in other branches
- 8.2 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_browserCode
public function getName();