function addID in Drupal OAuth & OpenID Connect Login - OAuth2 Client SSO Login 7
1 call to addID()
File
- ./
mo_saml_visualTour.php, line 53
Code
function addID() {
$idArray = array(
array(
'selector' => '.tabs li:nth-of-type(1)>a',
'newID' => 'mo_vt_congig_oauth',
),
array(
'selector' => '.tabs li:nth-of-type(2)>a',
'newID' => 'mo_vt_mapping',
),
array(
'selector' => '.tabs li:nth-of-type(3)>a',
'newID' => 'mo_vt_signin',
),
array(
'selector' => '.tabs li:nth-of-type(4)>a',
'newID' => 'mo_vt_reports',
),
array(
'selector' => '.tabs li:nth-of-type(5)>a',
'newID' => 'mo_vt_licensing_plans',
),
array(
'selector' => '.tabs li:nth-of-type(6)>a',
'newID' => 'mo_vt_support',
),
array(
'selector' => '.tabs li:nth-of-type(7)>a',
'newID' => 'mo_vt_account',
),
);
return $idArray;
}