Jarves\Admin\ObjectCrud::getExtraSelection PHP Method

getExtraSelection() public method

public getExtraSelection ( ) : array
return array
    public function getExtraSelection()
    {
        if (is_string($this->extraSelection)) {
            return Tools::listToArray($this->extraSelection);
        }
        return $this->extraSelection;
    }
ObjectCrud