eZ\Publish\Core\MVC\Symfony\Translation\FieldTypesTranslationExtractor::__construct PHP Method

__construct() public method

public __construct ( FieldTypeCollectionFactory $fieldTypeCollectionFactory )
$fieldTypeCollectionFactory eZ\Publish\Core\Base\Container\ApiLoader\FieldTypeCollectionFactory
    public function __construct(FieldTypeCollectionFactory $fieldTypeCollectionFactory)
    {
        $this->fieldTypeCollectionFactory = $fieldTypeCollectionFactory;
    }
FieldTypesTranslationExtractor