Returns a preconfigured instance of a plugin.
array $options: An array of options that can be used to determine a suitable plugin to instantiate and how to configure it.
object|false A fully configured plugin instance. The interface of the plugin instance will depends on the plugin type. If no instance can be retrieved, FALSE will be returned.
public function getInstance(array $options);