public static function WorkflowTransitionInterface::loadByProperties in Workflow 8
Load (Scheduled) WorkflowTransitions, most recent first.
Parameters
string $entity_type:
int $entity_id:
array $revision_ids:
string $field_name:
string $langcode:
string $sort:
string $transition_type:
Return value
\Drupal\workflow\Entity\WorkflowTransitionInterface Object representing one row from the {workflow_transition_history} table.
1 method overrides WorkflowTransitionInterface::loadByProperties()
- WorkflowTransition::loadByProperties in src/
Entity/ WorkflowTransition.php - Load (Scheduled) WorkflowTransitions, most recent first.
File
- src/
Entity/ WorkflowTransitionInterface.php, line 48
Class
- WorkflowTransitionInterface
- Defines a common interface for Workflow*Transition* objects.
Namespace
Drupal\workflow\EntityCode
public static function loadByProperties($entity_type, $entity_id, array $revision_ids = [], $field_name = '', $langcode = '', $sort = 'ASC', $transition_type = '');