public static function mo_saml_visualTour::addID in OAuth2 Login 8
1 call to mo_saml_visualTour::addID()
File
- src/
mo_saml_visualTour.php, line 28
Class
Namespace
Drupal\oauth2_loginCode
public static function addID() {
$idArray = array(
array(
'selector' => 'li.tabs__tab:nth-of-type(1)',
'newID' => 'mo_vt_oauth_client_config',
),
array(
'selector' => 'li.tabs__tab:nth-of-type(2)',
'newID' => 'mo_vt_oauth_client_mapping',
),
array(
'selector' => 'li.tabs__tab:nth-of-type(3)',
'newID' => 'mo_vt_oauth_client_signin',
),
array(
'selector' => 'li.tabs__tab:nth-of-type(4)',
'newID' => 'mo_vt_oauth_client_upgrade',
),
);
return $idArray;
}