constant TacjsSettings::APIS in TacJS 8
Same name and namespace in other branches
- 8.2 src/TacjsSettings.php \Drupal\tacjs\TacjsSettings::APIS
File
- src/
TacjsSettings.php, line 84
Class
- TacjsSettings
- Class TacjsSettings.
Namespace
Drupal\tacjsCode
const APIS = [
'google_jsapi' => [
'value' => 'hidden',
'name' => 'GoogleJsapi',
],
'google_maps' => [
'value' => 'google_maps',
'name' => 'GoogleMaps',
],
'google_maps_search_query' => [
'value' => 'hidden',
'name' => 'GoogleMapsSearchQuery',
],
'google_tag_manager' => [
'value' => 'google_tag_manager',
'name' => 'GoogleTagManager',
],
'reCAPTCHA' => [
'value' => 'hidden',
'name' => 'reCAPTCHA',
],
'timeline_js' => [
'value' => 'hidden',
'name' => 'TimelineJS',
],
'typekit_adobe' => [
'value' => 'typekit_adobe',
'name' => 'TypekitId',
],
];