function WorkflowState::label in Workflow 7
Mimics Entity API functions.
File
- includes/
Entity/ WorkflowState.php, line 327 - Contains workflow\includes\Entity\WorkflowState.
Class
- WorkflowState
- @file Contains workflow\includes\Entity\WorkflowState.
Code
function label($langcode = NULL) {
return t($this->state, $args = array(), $options = array(
'langcode' => $langcode,
));
}