You are here

public function InstallablePluginInterface::getObjectClass in Markdown 8.2

Retrieves the class name of the object defined by the installed library.

Return value

string The object class name.

1 method overrides InstallablePluginInterface::getObjectClass()
InstallablePluginBase::getObjectClass in src/Plugin/Markdown/InstallablePluginBase.php
Retrieves the class name of the object defined by the installed library.

File

src/Plugin/Markdown/InstallablePluginInterface.php, line 127

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getObjectClass();