public function ModifyHtmlEvent::getInvokePaths in Tome 8
Gets the invoke paths.
Return value
array The invoke paths.
File
- modules/
tome_static/ src/ Event/ ModifyHtmlEvent.php, line 81
Class
- ModifyHtmlEvent
- Allows modules to modify the HTML of a static page before save.
Namespace
Drupal\tome_static\EventCode
public function getInvokePaths() {
return $this->invokePaths;
}