You are here

function crumbs_Router::urlIsExternal in Crumbs, the Breadcrumbs suite 7.2

Parameters

string $url:

Return value

bool TRUE, if external path.

File

lib/Router.php, line 108

Class

crumbs_Router
Wrapper for routing-related Drupal core functions.

Code

function urlIsExternal($url) {
  return url_is_external($url);
}