public function FormAssemblyEntityInterface::getName in FormAssembly 8
Gets the FormAssembly Form name.
Return value
string Name of the FormAssembly Form.
1 method overrides FormAssemblyEntityInterface::getName()
- FormAssemblyEntity::getName in src/
Entity/ FormAssemblyEntity.php - Gets the FormAssembly Form name.
File
- src/
Entity/ FormAssemblyEntityInterface.php, line 30
Class
- FormAssemblyEntityInterface
- Provides an interface for defining FormAssembly Form entities.
Namespace
Drupal\formassembly\EntityCode
public function getName();