Theme::all_targets PHP Method

all_targets() public static method

Get all the targets available for a theme
public static all_targets ( ) : array
return array
    public static function all_targets()
    {
        return array('public' => 'Public', 'admin' => 'Admin', 'backend' => 'Backend');
    }