protected property Wiki::$wikiMap in Freelinking 4.0.x
Same name and namespace in other branches
- 8.3 src/Plugin/freelinking/Wiki.php \Drupal\freelinking\Plugin\freelinking\Wiki::wikiMap
A map of wiki abbreviations to full names.
Type: array
File
- src/
Plugin/ freelinking/ Wiki.php, line 26
Class
- Wiki
- Freelinking wiki plugin implements wikipedia amongst other plugins.
Namespace
Drupal\freelinking\Plugin\freelinkingCode
protected $wikiMap = [
'wp' => 'wikipedia',
'wq' => 'wikiquote',
'wt' => 'wiktionary',
'wn' => 'wikinews',
'ws' => 'wikisource',
'wb' => 'wikibooks',
];