workflow-8.x-1.x-dev/src/WorkflowScheduledTransitionViewsData.php
src/WorkflowScheduledTransitionViewsData.php
<?php
namespace Drupal\workflow;
/**
* Provides the views data for the workflow entity type.
*/
class WorkflowScheduledTransitionViewsData extends WorkflowTransitionViewsData {
/**
* {@inheritdoc}
*/
public function getViewsData() {
return parent::getViewsData();
}
}
