| 1 | <?php |
||
| 15 | class AchievementProviderPluginManager extends AbstractPluginManager |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Validate the plugin |
||
| 19 | * |
||
| 20 | * Checks that the filter loaded is either a valid callback or an instance |
||
| 21 | * of FilterInterface. |
||
| 22 | * |
||
| 23 | * @param mixed $plugin |
||
| 24 | * @throws RuntimeException |
||
| 25 | * @return void |
||
| 26 | */ |
||
| 27 | public function validatePlugin($plugin) |
||
| 41 | } |
||
| 42 |