public function JobInterface::isDeletable in Translation Management Tool 8
Checks whether a job is deletable.
Return value
bool TRUE if the job can be deleted, FALSE otherwise.
1 method overrides JobInterface::isDeletable()
- Job::isDeletable in src/
Entity/ Job.php - Checks whether a job is deletable.
File
- src/
JobInterface.php, line 473
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function isDeletable();