Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

How do I get the filepath to the current page in my custom plugin

Started by Muut Archive 9 years ago · 3 replies · 605 views
9 years ago

I'm creating a plugin that stores a custom file in a subdirectory of the page being edited when the page is saved. To do this I'm adding a custom form processing action, and in the action the plugin will create a subdirectory. I need to know how to get the file system path to the current page.

9 years ago

Actually it's just:

PHP
$page->filePath()

See the API or view the code.

9 years ago

Not sure how I missed that in the API docs. Thanks.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2270 9 years ago
Archive · by Muut Archive, 9 years ago
2 1493 9 years ago
Archive · by Muut Archive, 9 years ago
2 4741 9 years ago
Archive · by Muut Archive, 9 years ago
1 3552 9 years ago
Archive · by Muut Archive, 9 years ago
3 1618 9 years ago