‪TYPO3CMS  ‪main
ExtractorInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of the TYPO3 CMS project.
5  *
6  * It is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License, either version 2
8  * of the License, or any later version.
9  *
10  * For the full copyright and license information, please read the
11  * LICENSE.txt file that was distributed with this source code.
12  *
13  * The TYPO3 project - inspiring people to share!
14  */
15 
17 
20 
25 {
32  public function ‪getFileTypeRestrictions();
33 
46  public function ‪getDriverRestrictions();
47 
57  public function ‪getPriority();
58 
65  public function ‪getExecutionPriority();
66 
72  public function ‪canProcess(‪File $file);
73 
83  public function ‪extractMetaData(‪File $file, array $previousExtractedData = []);
84 }
‪TYPO3\CMS\Core\Resource\Index\ExtractorInterface\getFileTypeRestrictions
‪array getFileTypeRestrictions()
‪TYPO3\CMS\Core\Resource\Index\ExtractorInterface\canProcess
‪bool canProcess(File $file)
‪TYPO3\CMS\Core\Resource\Index\ExtractorInterface
Definition: ExtractorInterface.php:25
‪TYPO3\CMS\Core\Resource\Index\ExtractorInterface\getExecutionPriority
‪int getExecutionPriority()
‪TYPO3\CMS\Core\Resource\Index\ExtractorInterface\getDriverRestrictions
‪array getDriverRestrictions()
‪TYPO3\CMS\Core\Resource\Index\ExtractorInterface\extractMetaData
‪array extractMetaData(File $file, array $previousExtractedData=[])
‪TYPO3\CMS\Core\Resource\File
Definition: File.php:26
‪TYPO3\CMS\Core\Resource\Index
Definition: ExtractorInterface.php:16
‪TYPO3\CMS\Core\Resource
Definition: generateMimeTypes.php:52
‪TYPO3\CMS\Core\Resource\Index\ExtractorInterface\getPriority
‪int getPriority()