public function FormAssemblyEntity::getName in FormAssembly 8
Gets the FormAssembly Form name.
Return value
string Name of the FormAssembly Form.
Overrides FormAssemblyEntityInterface::getName
File
- src/
Entity/ FormAssemblyEntity.php, line 85
Class
- FormAssemblyEntity
- Defines the FormAssembly Form entity.
Namespace
Drupal\formassembly\EntityCode
public function getName() {
return $this
->get('name')->value;
}