GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Static Public Member Functions | Static Public Attributes
Core Class Reference

If this file is called directly, abort. More...

Static Public Member Functions

static get_namespace ()
 Get namespace for GravityView REST API endpoints. More...
 
static get_url ()
 Get root URL for GravityView REST API. More...
 
static init ()
 Initialization. More...
 

Static Public Attributes

static $routes
 

Detailed Description

If this file is called directly, abort.

Definition at line 9 of file class-gv-rest-core.php.

Member Function Documentation

◆ get_namespace()

static get_namespace ( )
static

Get namespace for GravityView REST API endpoints.

Since
2.0
Returns
string

Definition at line 34 of file class-gv-rest-core.php.

Referenced by Route\register_routes().

◆ get_url()

static get_url ( )
static

Get root URL for GravityView REST API.

Since
2.0
Returns
string

Definition at line 45 of file class-gv-rest-core.php.

◆ init()

static init ( )
static

Initialization.

Load routes.

Definition at line 15 of file class-gv-rest-core.php.

References Plugin\FEATURE_REST, and gravityview().

Field Documentation

◆ $routes

$routes
static

Definition at line 10 of file class-gv-rest-core.php.


The documentation for this class was generated from the following file: