protected function FormAssemblyEntity::defaultLabel in FormAssembly 7
Overrides the parent method to implement a custom default label.
Return value
string Returns the name property of the fa_form
Overrides Entity::defaultLabel
File
- includes/
FormAssemblyEntity.php, line 20 - An Entity class for the FormAssembly entity
Class
- FormAssemblyEntity
- @file An Entity class for the FormAssembly entity
Code
protected function defaultLabel() {
return $this->name;
}