You are here

public function ExtensionInterface::isBundled in Markdown 8.2

Indicates whether the extension is automatically installed with the parser.

Note: this does not indicate whether the extension is actually being used, just that it is available because it came with the parser.

Return value

bool TRUE or FALSE

2 methods override ExtensionInterface::isBundled()
BaseExtension::isBundled in src/Plugin/Markdown/BaseExtension.php
Indicates whether the extension is automatically installed with the parser.
MissingExtension::isBundled in src/Plugin/Markdown/MissingExtension.php
Indicates whether the extension is automatically installed with the parser.

File

src/Plugin/Markdown/ExtensionInterface.php, line 23

Class

ExtensionInterface
Interface for extensions.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function isBundled();