Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
98865e8c
Commit
98865e8c
authored
Mar 30, 2013
by
webchick
Browse files
Issue
#1932048
follow-up by yched: Remove unnecessary constructor.
parent
20a0f40a
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/tour/lib/Drupal/tour/TipPluginBase.php
View file @
98865e8c
...
...
@@ -36,16 +36,6 @@ abstract class TipPluginBase extends PluginBase implements TipPluginInterface {
*/
protected
$attributes
;
/**
* Overrides \Drupal\Component\Plugin\PluginBase::__construct().
*/
public
function
__construct
(
array
$configuration
,
$plugin_id
,
array
$plugin_definition
)
{
parent
::
__construct
(
$configuration
,
$plugin_id
,
$plugin_definition
);
$this
->
definition
=
$plugin_definition
;
$this
->
module
=
$this
->
definition
[
'module'
];
}
/**
* Implements \Drupal\tour\TipPluginInterface::getLabel().
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment