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