Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
field_collection
Commits
c0248b4a
Commit
c0248b4a
authored
Apr 09, 2019
by
Ra Mänd
Browse files
Drop __wakeup, as it's identical to parent's one.
parent
45e381f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
field_collection.entity.inc
field_collection.entity.inc
+0
-9
No files found.
field_collection.entity.inc
View file @
c0248b4a
...
...
@@ -649,13 +649,4 @@ class FieldCollectionItemEntity extends Entity {
return
drupal_map_assoc
(
array_keys
(
$vars
));
}
/**
* Magic method to invoke setUp() on unserialization.
*
* @todo: Remove this once it appears in a released entity API module version.
*/
public
function
__wakeup
()
{
$this
->
setUp
();
}
}
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