function HtmxRequestInfoTest::getRequest
Gets the request object.
Return value
\Symfony\Component\HttpFoundation\Request The request object.
Overrides HtmxRequestInfoTrait::getRequest
File
-
core/
tests/ Drupal/ Tests/ Core/ Htmx/ HtmxRequestInfoTest.php, line 134
Class
- HtmxRequestInfoTest
- Test all HtmxRequestInfoTrait methods.
Namespace
Drupal\Tests\Core\HtmxCode
protected function getRequest() {
return $this->request;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.