![]() |
GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
Public Member Functions | |
add_gk_submenu_item () | |
Adds Settings submenu to the GravityKit top-level admin menu. More... | |
add_tl_key_to_helpscout_beacon ( $configuration) | |
Updates Help Scout beacon with TL access key. More... | |
get_config () | |
Returns TrustedLogin configuration. More... | |
log ( $message, $method='', $level='debug', $data=[]) | |
Overrides TL's internal logging with Foundation's logging. More... | |
Static Public Member Functions | |
static | get_instance () |
Returns class instance. More... | |
Data Fields | |
const | ID = 'gk_foundation_trustedlogin' |
const | TL_API_KEY = '3b3dc46c0714cc8e' |
Private Member Functions | |
__construct () | |
Class constructor. More... | |
Private Attributes | |
$_capability = 'manage_options' | |
$_trustedlogin_client | |
Static Private Attributes | |
static | $_instance |
Definition at line 22 of file TrustedLogin.php.
|
private |
Class constructor.
Definition at line 55 of file TrustedLogin.php.
References TrustedLogin\add_gk_submenu_item(), and TrustedLogin\get_config().
add_gk_submenu_item | ( | ) |
Adds Settings submenu to the GravityKit top-level admin menu.
Exception | TrustedLoginConfig throws an exception when the config object is empty (do not apply to us), |
Definition at line 102 of file TrustedLogin.php.
References AdminMenu\add_submenu_item(), and TrustedLogin\get_config().
Referenced by TrustedLogin\__construct().
add_tl_key_to_helpscout_beacon | ( | $configuration | ) |
Updates Help Scout beacon with TL access key.
array | $configuration |
Definition at line 223 of file TrustedLogin.php.
References Arr\set().
get_config | ( | ) |
Returns TrustedLogin configuration.
gk/foundation/integrations/trustedlogin/capabilities
Modifies the capabilities added/removed by TL.array | $capabilities |
Definition at line 125 of file TrustedLogin.php.
References Arr\get(), LicenseManager\get_instance(), and Arr\set().
Referenced by TrustedLogin\__construct(), and TrustedLogin\add_gk_submenu_item().
|
static |
Returns class instance.
Definition at line 85 of file TrustedLogin.php.
Referenced by Core\init().
log | ( | $message, | |
$method = '' , |
|||
$level = 'debug' , |
|||
$data = [] |
|||
) |
Overrides TL's internal logging with Foundation's logging.
Definition at line 210 of file TrustedLogin.php.
|
private |
Definition at line 32 of file TrustedLogin.php.
|
staticprivate |
Definition at line 46 of file TrustedLogin.php.
|
private |
Definition at line 39 of file TrustedLogin.php.
const ID = 'gk_foundation_trustedlogin' |
Definition at line 23 of file TrustedLogin.php.
const TL_API_KEY = '3b3dc46c0714cc8e' |
Definition at line 25 of file TrustedLogin.php.