diff --git a/core/modules/tour/src/TipPluginBase.php b/core/modules/tour/src/TipPluginBase.php index 8b9c54f..f8e2fa1 100644 --- a/core/modules/tour/src/TipPluginBase.php +++ b/core/modules/tour/src/TipPluginBase.php @@ -51,13 +51,6 @@ public function id() { /** * {@inheritdoc} */ - public function getPluginId() { - return $this->get('plugin'); - } - - /** - * {@inheritdoc} - */ public function getLabel() { return $this->get('label'); }