Function Resource_fs_base->can_accept_filetype

Definitions

sources/resource_fs_base_class.php

  • Whether the filesystem hook can handle a particular file type.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$filetype string required parameter N/A N/A The file type (no file extension)

Return

  • List of our resource types that can
  • Type: array
  • Set: N/A
  • Range: N/A