AccessAwareRouter::getContext

public AccessAwareRouter::getContext()

File

core/lib/Drupal/Core/Routing/AccessAwareRouter.php, line 74

Class

AccessAwareRouter
A router class for Drupal with access check and upcasting.

Namespace

Drupal\Core\Routing

Code

1
2
3
public function getContext() {
  return $this->chainRouter->getContext();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.