You are here

public function InstallablePluginInterface::getObject in Markdown 8.2

Instantiates a new instance of the object defined by the installed library.

@TODO: Refactor to use variadic parameters.

Parameters

mixed $args: An array of arguments.

mixed $_: Additional arguments.

Return value

mixed A newly instantiated class.

1 method overrides InstallablePluginInterface::getObject()
InstallablePluginBase::getObject in src/Plugin/Markdown/InstallablePluginBase.php
@TODO: Refactor to use variadic parameters.

File

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

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getObject($args = NULL, $_ = NULL);