public function StateFlowTestOverride::getOverrides in State Machine 7.2
Override the getOverrides function to do nothing but call processOverrides so we can test it.
Overrides StateFlowOverride::getOverrides
File
- modules/
state_flow_sps/ lib/ Drupal/ state_flow_sps/ Test/ StateFlowTestOverride.php, line 11
Class
Namespace
Drupal\state_flow_sps\TestCode
public function getOverrides() {
return $this
->processOverrides();
}