eZ\Publish\Core\MVC\Symfony\Controller\Controller::hasParameter PHP Method

hasParameter() public method

Checks if $parameterName is defined.
public hasParameter ( string $parameterName ) : boolean
$parameterName string
return boolean
    public function hasParameter($parameterName)
    {
        return $this->getConfigResolver()->hasParameter($parameterName);
    }