function TestUrl::setAccessManager
Sets the access manager.
Parameters
\Drupal\Core\Access\AccessManagerInterface $access_manager: The access manager.
File
-
core/
tests/ Drupal/ Tests/ Core/ UrlTest.php, line 872
Class
Namespace
Drupal\Tests\CoreCode
public function setAccessManager(AccessManagerInterface $access_manager) {
$this->accessManager = $access_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.