Carbon_Fields\Field\Predefined_Options_Field::get_options PHP Method

get_options() public method

Retrieve the current options.
public get_options ( ) : array | callable
return array | callable $options
    public function get_options()
    {
        return $this->options;
    }