Sylius\Bundle\GridBundle\Form\Registry\FormTypeRegistryInterface::add PHP Method

add() public method

public add ( string $identifier, string $typeIdentifier, string $formType )
$identifier string
$typeIdentifier string
$formType string
    public function add($identifier, $typeIdentifier, $formType);
FormTypeRegistryInterface