You are here

public function FilterMarkdownInterface::isEnabled in Markdown 8.2

Indicates whether the filter is enabled or not.

Return value

bool TRUE or FALSE

1 method overrides FilterMarkdownInterface::isEnabled()
FilterMarkdown::isEnabled in src/Plugin/Filter/FilterMarkdown.php
Indicates whether the filter is enabled or not.

File

src/Plugin/Filter/FilterMarkdownInterface.php, line 27

Class

FilterMarkdownInterface
Interface for the markdown filter.

Namespace

Drupal\markdown\Plugin\Filter

Code

public function isEnabled();