addLocaleData(); return true; } /** * Get a unique id for this metadata format * * @param string $format The format to check for support. * * @return string */ abstract public function supportsFormat($format); /** * Instantiate and return the schema object for this metadata format * * @param string $format The format to return the schema object for in case * the plugin supports multiple formats. */ abstract public function getSchemaObject($format); } if (!PKP_STRICT_MODE) { class_alias('\PKP\plugins\MetadataPlugin', '\MetadataPlugin'); }