Skip to content
Snippets Groups Projects

Draft: Basic implementation of plugin initializer

Closed Bartek Jaskulski requested to merge 1.x into review
2 unresolved threads
1 file
+ 0
7
Compare changes
  • Side-by-side
  • Inline
@@ -78,13 +78,6 @@ final class Plugin {
return $this->basename;
}
/**
* Retrieve the plugin directory.
*/
public function get_directory(): string {
return $this->directory;
}
/**
* Retrieve the path to a file in the plugin.
*
Loading