Skip to content
Snippets Groups Projects
Verified Commit 02f6f6c6 authored by Jess's avatar Jess
Browse files

Issue #2960381 by roshni27, joachim, apaderno, smustgrave: Docs for...

Issue #2960381 by roshni27, joachim, apaderno, smustgrave: Docs for FactoryInterface::createInstance() and MapperInterface::getInstance() are too similar and need more detail
parent 41668b6b
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
interface FactoryInterface { interface FactoryInterface {
/** /**
* Creates a pre-configured instance of a plugin. * Creates a plugin instance based on the provided ID and configuration.
* *
* @param string $plugin_id * @param string $plugin_id
* The ID of the plugin being instantiated. * The ID of the plugin being instantiated.
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
interface MapperInterface { interface MapperInterface {
/** /**
* Gets a preconfigured instance of a plugin. * Gets or creates a plugin instance that satisfies the given options.
* *
* @param array $options * @param array $options
* An array of options that can be used to determine a suitable plugin to * An array of options that can be used to determine a suitable plugin to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment