public function RecentlyReadInterface::setName in Recently Read 8
Sets the Recently read name.
Parameters
string $name: The Recently read name.
Return value
\Drupal\recently_read\Entity\RecentlyReadInterface The called Recently read entity.
1 method overrides RecentlyReadInterface::setName()
- RecentlyRead::setName in src/
Entity/ RecentlyRead.php - Sets the Recently read name.
File
- src/
Entity/ RecentlyReadInterface.php, line 33
Class
- RecentlyReadInterface
- Provides an interface for defining Recently read entities.
Namespace
Drupal\recently_read\EntityCode
public function setName($name);