'getArchivingAPIMethodForPlugin', ]; } // support archiving just this plugin via core:archive public function getArchivingAPIMethodForPlugin(&$method, $plugin) { if ($plugin == 'ExamplePlugin') { $method = 'ExamplePlugin.getExampleArchivedMetric'; } } }