‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationBuilder Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationBuilder:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

TYPO3 CMS Extbase Property PropertyMappingConfiguration build ($type=\TYPO3\CMS\Extbase\Property\PropertyMappingConfiguration::class)
 

Detailed Description

This builder creates the default configuration for Property Mapping, if no configuration has been passed to the Property Mapper.

only to be used within Extbase, not part of TYPO3 Core API.

Definition at line 21 of file PropertyMappingConfigurationBuilder.php.

Member Function Documentation

◆ build()

TYPO3 CMS Extbase Property PropertyMappingConfiguration TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationBuilder::build (   $type = \TYPO3\CMS\Extbase\Property\PropertyMappingConfiguration::class)

Builds the default property mapping configuration.

Parameters
string$type‪the implementation class name of the PropertyMappingConfiguration to instanciate; must be a subclass of \TYPO3\CMS\Extbase\Property\PropertyMappingConfiguration
Returns
‪\TYPO3\CMS\Extbase\Property\PropertyMappingConfiguration

Definition at line 29 of file PropertyMappingConfigurationBuilder.php.