‪TYPO3CMS  11.5
TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\ExtractorInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\ExtractorInterface:
TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\AbstractExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\AdditionalElementPropertyPathsExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement\IsCreatableFormElementExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement\MultiValuePropertiesExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement\PredefinedDefaultsExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement\PropertyPathsExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement\SelectOptionsExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement\IsCreatablePropertyCollectionElementExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement\MultiValuePropertiesExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement\PredefinedDefaultsExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement\PropertyPathsExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement\SelectOptionsExtractor

Public Member Functions

 __construct (ExtractorDto $extractorDto)
 
 __invoke (string $key, $value, array $matches)
 

Detailed Description

Definition at line 23 of file ExtractorInterface.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\ExtractorInterface::__construct ( ExtractorDto  $extractorDto)

Member Function Documentation

◆ __invoke()

TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\ExtractorInterface::__invoke ( string  $key,
  $value,
array  $matches 
)