Automattic\WP\Cron_Control\REST_API::get_events PHP Method

get_events() public method

List events pending for the current period
public get_events ( )
    public function get_events()
    {
        return rest_ensure_response(Events::instance()->get_events());
    }