You are here

function Workflow::label in Workflow 7

Mimics Entity API functions.

1 call to Workflow::label()
Workflow::getOptions in includes/Entity/Workflow.php

File

includes/Entity/Workflow.php, line 357
Contains workflow\includes\Entity\Workflow.

Class

Workflow
@file Contains workflow\includes\Entity\Workflow.

Code

function label($langcode = NULL) {
  return t($this->name, $args = array(), $options = array(
    'langcode' => $langcode,
  ));
}