public function PathPlaceholderEvent::isInvalid in Tome 8
Checks if the path was marked as invalid.
Return value
string Whether or not the path was marked as invalid.
File
- modules/
tome_static/ src/ Event/ PathPlaceholderEvent.php, line 72
Class
- PathPlaceholderEvent
- Allows modules that provide placeholder paths to load the real path.
Namespace
Drupal\tome_static\EventCode
public function isInvalid() {
return $this->isInvalid;
}