Newscoop\Form\Element\OldHash::getLabel PHP Method

getLabel() public method

Override getLabel() to always be empty
public getLabel ( ) : null
return null
    public function getLabel()
    {
        return null;
    }