‪TYPO3CMS  ‪main
TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement\PropertyPathsExtractor Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement\PropertyPathsExtractor:
TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\AbstractExtractor TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\ExtractorInterface

Public Member Functions

 __invoke (string $_, $value, array $matches)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\AbstractExtractor
 __construct (ExtractorDto $extractorDto)
 

Protected Member Functions

 getPropertyPaths (string $value, array $matches)
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\AbstractExtractor
ExtractorDto $extractorDto
 

Detailed Description

Definition at line 26 of file PropertyPathsExtractor.php.

Member Function Documentation

◆ __invoke()

TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement\PropertyPathsExtractor::__invoke ( string  $_,
  $value,
array  $matches 
)

◆ getPropertyPaths()

TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement\PropertyPathsExtractor::getPropertyPaths ( string  $value,
array  $matches 
)
protected