Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2015 at 18:33 UTC
Updated:
5 May 2015 at 21:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rteijeiro commentedComment #2
keopxComment #3
rteijeiro commentedComment #4
rteijeiro commentedIt's good for me. Nice job @keopx!
Comment #5
jhodgdonClose, but not quite!
Several of these are wrong. Here are a couple of examples:
The module is called config_test, the entity is config_test, not test_config_test.
Same here. Module is entity_test, entity is also entity_test.
Many more also need updates.
Comment #6
keopxComment #7
keopxCorrect errors.
Comment #8
jhodgdonMost are right now, thanks! One more to fix:
Not quite!
So this is a function in the config_entity module.
It implements the entity loading hook for the static_cache_test_config_test entity.
So this should say:
Implements hook_ENTITY_TYPE_load() for 'static_cache_test_config_test_entity'.
Comment #9
keopxOh sorry, you're right
Kudos for @jhodgdon and @rteijeiro
Comment #10
rteijeiro commentedPlease, remove the trailing underscore. The correct comment is:
Implements hook_ENTITY_TYPE_load() for 'static_cache_test_config_test'.Comment #11
keopxComment #12
rteijeiro commentedLooks good now! Good job @keopx!
Comment #13
jhodgdonAgreed, looks good now!
Comment #17
rpayanmRerolled.
Comment #18
keopxYou lost this change
Comment #20
keopxI guess its RTBC again
But use #2472669-11: Complete documentation for every implementation of hook_ENTITY_TYPE_* patch.
Comment #21
webchickGetting this one in while it's hot!
Committed and pushed to 8.0.x. Thanks!