OCA\Richdocuments\Storage::getSupportedMimetypes PHP Method

getSupportedMimetypes() public static method

public static getSupportedMimetypes ( )
    public static function getSupportedMimetypes()
    {
        return array_merge(self::$MIMETYPE_LIBREOFFICE_WORDPROCESSOR, Filter::getAll());
    }