function Url::renderAccess
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Url.php \Drupal\Core\Url::renderAccess()
- 10 core/lib/Drupal/Core/Url.php \Drupal\Core\Url::renderAccess()
Checks a URL render element against applicable access check services.
Parameters
array $element: A render element as returned from \Drupal\Core\Url::toRenderArray().
Return value
bool Returns TRUE if the current user has access to the URL, otherwise FALSE.
File
-
core/
lib/ Drupal/ Core/ Url.php, line 840
Class
- Url
- Defines an object that holds information about a URL.
Namespace
Drupal\CoreCode
public static function renderAccess(array $element) {
return $element['#url']->access();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.