You are here

protected property Wiki::$wikiMap in Freelinking 8.3

Same name and namespace in other branches
  1. 4.0.x 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\freelinking

Code

protected $wikiMap = [
  'wp' => 'wikipedia',
  'wq' => 'wikiquote',
  'wt' => 'wiktionary',
  'wn' => 'wikinews',
  'ws' => 'wikisource',
  'wb' => 'wikibooks',
];