public function Box::editURL in Boxes 7.2
View URL
File
- includes/
boxes.core.inc, line 272 - Box classes and plugin interface
Class
- Box
- The Box entity class
Code
public function editURL() {
return $this
->buildURL('edit');
}
View URL
public function editURL() {
return $this
->buildURL('edit');
}