public function LibraryTransaction::setName in Library 8
File
- src/
Entity/ LibraryTransaction.php, line 60
Class
- LibraryTransaction
- Defines the Library transaction entity.
Namespace
Drupal\library\EntityCode
public function setName($name) {
$this
->set('name', $name);
return $this;
}