You are here

public function EnabledPluginInterface::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

File

src/Plugin/Markdown/EnabledPluginInterface.php, line 21

Class

EnabledPluginInterface
Interface for plugins with an "enabled" state.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function enabledByDefault();