You are here

public function FilebrowserMetadataEntityInterface::getName in Filebrowser 3.x

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

Gets the Metadata entity name.

Return value

string Name of the Metadata entity.

1 method overrides FilebrowserMetadataEntityInterface::getName()
FilebrowserMetadataEntity::getName in src/Entity/FilebrowserMetadataEntity.php
Gets the Metadata entity name.

File

src/Entity/FilebrowserMetadataEntityInterface.php, line 23

Class

FilebrowserMetadataEntityInterface
Provides an interface for defining Filebrowser metadata entity entities.

Namespace

Drupal\filebrowser\Entity

Code

public function getName();