* {@inheritdoc} * * @return string[] */ public function get_debug_value( array $settings ): array { return [ WebpFormat::FORMAT_EXTENSION, AvifFormat::FORMAT_EXTENSION ]; } }