You are here

public function PathFileEntityInterface::getName in Path File 8

Gets the Path file entity name.

Return value

string Name of the Path file entity.

1 method overrides PathFileEntityInterface::getName()
PathFileEntity::getName in src/Entity/PathFileEntity.php
Gets the Path file entity name.

File

src/Entity/PathFileEntityInterface.php, line 22

Class

PathFileEntityInterface
Provides an interface for defining Path file entity entities.

Namespace

Drupal\path_file\Entity

Code

public function getName();