public function FilebrowserValidator::blackListed in Filebrowser 3.x
Same name and namespace in other branches
- 8.2 src/Services/FilebrowserValidator.php \Drupal\filebrowser\Services\FilebrowserValidator::blackListed()
File
- src/
Services/ FilebrowserValidator.php, line 43
Class
Namespace
Drupal\filebrowser\ServicesCode
public function blackListed($file, $pattern) {
return trim($pattern) != '' && $this
->matchPath($file, $pattern);
}