public function RecentlyReadInterface::getName in Recently Read 8
Gets the Recently read name.
Return value
string Name of the Recently read.
1 method overrides RecentlyReadInterface::getName()
- RecentlyRead::getName in src/
Entity/ RecentlyRead.php - Gets the Recently read name.
File
- src/
Entity/ RecentlyReadInterface.php, line 22
Class
- RecentlyReadInterface
- Provides an interface for defining Recently read entities.
Namespace
Drupal\recently_read\EntityCode
public function getName();