public function FormAssemblyEntityInterface::enable in FormAssembly 8
Sets fa_form status to 1-published.
Return value
\Drupal\formassembly\Entity\FormAssemblyEntity The called FormAssembly Form entity.
1 method overrides FormAssemblyEntityInterface::enable()
- FormAssemblyEntity::enable in src/
Entity/ FormAssemblyEntity.php - Sets fa_form status to 1-published.
File
- src/
Entity/ FormAssemblyEntityInterface.php, line 95
Class
- FormAssemblyEntityInterface
- Provides an interface for defining FormAssembly Form entities.
Namespace
Drupal\formassembly\EntityCode
public function enable();