FOF30\Form\Field\Actions::getOptions PHP Method

getOptions() protected method

Method to get the field options.
Since: 2.0
protected getOptions ( ) : array
return array The field option objects.
    protected function getOptions()
    {
        return null;
    }