You are here

protected function FileSearch::getIncludedMimetypes in Search File Attachments 8

Return the array of included mimetypes.

Return value

array The array of mimetypes.

File

src/Plugin/Search/FileSearch.php, line 494

Class

FileSearch
Executes a keyword search for files against {file_managed} database table.

Namespace

Drupal\search_file_attachments\Plugin\Search

Code

protected function getIncludedMimetypes() {
  return $this->includedMimetypes;
}