You are here

public function FileSavedEvent::getPath in Tome 8

Gets the path to the saved file.

Return value

string The path.

File

modules/tome_static/src/Event/FileSavedEvent.php, line 35

Class

FileSavedEvent
Allows modules to react to a file save.

Namespace

Drupal\tome_static\Event

Code

public function getPath() {
  return $this->path;
}