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