You are here

public function LibraryTransaction::getName in Library 8

File

src/Entity/LibraryTransaction.php, line 53

Class

LibraryTransaction
Defines the Library transaction entity.

Namespace

Drupal\library\Entity

Code

public function getName() {
  return $this
    ->get('name')->value;
}