public function JobInterface::isDeletable

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\tmgmt

Code

public function isDeletable();