Remove extra semi-colon and change docblock to use inheritdoc.
/**
* Implements Drupal\Component\Plugin\PluginManagerInterface::getDefinition().
*/
public function getDefinition($plugin_id) {
return $this->discovery->getDefinition($plugin_id);;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2002232-plugin-manager-base-cleanup-1.patch | 2.35 KB | kim.pepper |
Comments
Comment #1
kim.pepperCleans up.
Comment #2
tim.plunkettlol.
Comment #3
alexpottCommitted 411dc59 and pushed to 8.x. Thanks!