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

has() public method

public has ( string $identifier, string $typeIdentifier ) : boolean
$identifier string
$typeIdentifier string
return boolean
    public function has($identifier, $typeIdentifier);
FormTypeRegistryInterface