FluidTYPO3\Flux\ViewHelpers\Field\AbstractRelationFieldViewHelper::getComponent PHP Method

getComponent() public static method

public static getComponent ( TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, array $arguments ) : FluidTYPO3\Flux\Form\RelationFieldInterface
$renderingContext TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface
$arguments array
return FluidTYPO3\Flux\Form\RelationFieldInterface
    public static function getComponent(RenderingContextInterface $renderingContext, array $arguments)
    {
        return static::getPreparedComponent('Relation', $renderingContext, $arguments);
    }