public function LocalTaskInterface::isStatus in Translation Management Tool 8
Checks whether the passed value matches the current status.
Parameters
int $status: The value to check the current status against.
Return value
bool TRUE if the passed status matches the current status, FALSE otherwise.
1 method overrides LocalTaskInterface::isStatus()
- LocalTask::isStatus in translators/
tmgmt_local/ src/ Entity/ LocalTask.php - Checks whether the passed value matches the current status.
File
- translators/
tmgmt_local/ src/ LocalTaskInterface.php, line 127
Class
- LocalTaskInterface
- Interface for tmgmt_local_task entity.
Namespace
Drupal\tmgmt_localCode
public function isStatus($status);