Skip to content
Snippets Groups Projects
Commit f93f70e0 authored by Nikolay Lobachev's avatar Nikolay Lobachev
Browse files

Issue #3374309: Remove getContentPlugin, it is moved to base class.

parent 44698d1b
No related branches found
No related tags found
No related merge requests found
...@@ -62,16 +62,6 @@ class GroupMembershipApproveForm extends GroupContentBaseConfirmForm { ...@@ -62,16 +62,6 @@ class GroupMembershipApproveForm extends GroupContentBaseConfirmForm {
); );
} }
/**
* Returns the plugin responsible for this piece of group content.
*
* @return \Drupal\group\Plugin\GroupContentEnablerInterface
* The responsible group content enabler plugin.
*/
protected function getContentPlugin() {
return $this->getEntity()->getContentPlugin();
}
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
......
...@@ -62,16 +62,6 @@ class GroupMembershipRejectForm extends GroupContentBaseConfirmForm { ...@@ -62,16 +62,6 @@ class GroupMembershipRejectForm extends GroupContentBaseConfirmForm {
); );
} }
/**
* Returns the plugin responsible for this piece of group content.
*
* @return \Drupal\group\Plugin\GroupContentEnablerInterface
* The responsible group content enabler plugin.
*/
protected function getContentPlugin() {
return $this->getEntity()->getContentPlugin();
}
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
......
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