Sylius\Bundle\GridBundle\Form\Registry\FormTypeRegistryInterface::has PHP 메소드

has() 공개 메소드

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