state = $state; } /** * {@inheritdoc} */ public function processInbound($path, Request $request) { if ($this->state->get('update_script_test_broken_inbound', FALSE)) { throw new \RuntimeException(); } else { return $path; } } }