public function Agent::get in DRD Agent 8.3
Same name and namespace in other branches
- 4.0.x src/Controller/Agent.php \Drupal\drd_agent\Controller\Agent::get()
Route callback to execute an action and return their result.
Return value
\Symfony\Component\HttpFoundation\Response The response to DRD.
Throws
\Exception
1 string reference to 'Agent::get'
File
- src/
Controller/ Agent.php, line 70
Class
- Agent
- Class Default.
Namespace
Drupal\drd_agent\ControllerCode
public function get() : Response {
return $this
->deliver(ActionBase::create($this->container)
->run((bool) $this->config
->get('debug_mode')));
}