public function ModifyDestinationEvent::getDestination in Tome 8
Gets the destination path.
Return value
string The destination path.
File
- modules/
tome_static/ src/ Event/ ModifyDestinationEvent.php, line 35
Class
- ModifyDestinationEvent
- Allows modules to modify the HTML of a static page before save.
Namespace
Drupal\tome_static\EventCode
public function getDestination() {
return $this->destination;
}