app\blocks\ConcreptImplementationBlock::getFieldHelp PHP Method

getFieldHelp() public method

Returns an array with additional help informations for specific field (var or cfg).
public getFieldHelp ( ) : array
return array An array where the key is the cfg/var field var name and the value the helper text.
    public function getFieldHelp()
    {
        return [];
    }