Issue #2851728 by Sam152, timmillwood: s/transactions/transitions in WorkflowInterface
parent
fea11b6de2
commit
e7aba73cbb
|
@ -174,7 +174,7 @@ interface WorkflowInterface extends ConfigEntityInterface {
|
|||
public function getTransitions(array $transition_ids = NULL);
|
||||
|
||||
/**
|
||||
* Gets the transactions IDs for a state for the provided direction.
|
||||
* Gets the transition IDs for a state for the provided direction.
|
||||
*
|
||||
* @param $state_id
|
||||
* The state to get transitions for.
|
||||
|
@ -183,7 +183,7 @@ interface WorkflowInterface extends ConfigEntityInterface {
|
|||
* values are: 'from' and 'to'.
|
||||
*
|
||||
* @return array
|
||||
* The transactions IDs for a state for the provided direction.
|
||||
* The transition IDs for a state for the provided direction.
|
||||
*/
|
||||
public function getTransitionsForState($state_id, $direction = 'from');
|
||||
|
||||
|
|
Loading…
Reference in New Issue