public function BaseExtension::enabledByDefault in Markdown 8.2
Indicates the default "enabled" state.
The plugin will default to this value when not overridden by passed configuration.
Return value
bool TRUE or FALSE
Overrides EnabledPluginTrait::enabledByDefault
File
- src/
Plugin/ Markdown/ BaseExtension.php, line 26
Class
- BaseExtension
- Base class for markdown extensions.
Namespace
Drupal\markdown\Plugin\MarkdownCode
public function enabledByDefault() {
return FALSE;
}