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