This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Checks that the file has allowed MIME type. | |
* | |
* @param $file | |
* A Drupal file object. | |
* @param $mimetypes_string | |
* A string with a space separated list of allowed MIME types. | |
* | |
* @return |
NewerOlder