public function LocalTaskInterface::isStatus

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_local

Code

public function isStatus($status);