public function Box::url in Boxes 7.2
URL string
1 call to Box::url()
- Box::buildURL in includes/
boxes.core.inc - Build the URL string
File
- includes/
boxes.core.inc, line 249 - Box classes and plugin interface
Class
- Box
- The Box entity class
Code
public function url() {
$uri = $this
->defaultUri();
return $uri['path'];
}