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