public function FormAssemblyEntityInterface::getStatus in FormAssembly 8
Get the published status of the form.
Return value
bool The value of the status field.
1 method overrides FormAssemblyEntityInterface::getStatus()
- FormAssemblyEntity::getStatus in src/
Entity/ FormAssemblyEntity.php - Get the published status of the form.
File
- src/
Entity/ FormAssemblyEntityInterface.php, line 87
Class
- FormAssemblyEntityInterface
- Provides an interface for defining FormAssembly Form entities.
Namespace
Drupal\formassembly\EntityCode
public function getStatus();