You are here

public function CommonMarkExtensionInterface::getName in Markdown 3.0.x

Retrieves the name of the extension.

Return value

string The name of the extension.

1 method overrides CommonMarkExtensionInterface::getName()
CommonMarkExtension::getName in src/Plugin/Markdown/Extension/CommonMarkExtension.php
Retrieves the name of the extension.

File

src/Plugin/Markdown/Extension/CommonMarkExtensionInterface.php, line 16

Class

CommonMarkExtensionInterface
Interface CommonMarkExtensionInterface.

Namespace

Drupal\markdown\Plugin\Markdown\Extension

Code

public function getName();