View file vendor/league/plates/src/Extension/ExtensionInterface.php
<?php namespace League\Plates\Extension; use League\Plates\Engine; /** * A common interface for extensions. */ interface ExtensionInterface { public function register(Engine $engine); }