Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
language.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2014 at 15:28 UTC
Updated:
6 Nov 2014 at 18:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jmolivas commentedWorking on this Issue at TCDrupal
Replace type-hints from ConfigurableLanguage to ConfigurableLanguageInterface
Comment #2
jmolivas commentedRegenerate patch since related issue was fixed.
Did not upload interdiff since file was not changed
Comment #5
yesct commentedComment #6
yesct commentedno unneeded changes, still applies, looks good.
Comment #7
alexpottLet's fix block_configurable_language_delete, language_configurable_language_delete, and node_configurable_language_delete too.
This is not an API change since it is a relaxation of the typehinting.
Comment #8
jmolivas commentedFixing as request by @alexpott:
core/modules/block/block.module => block_configurable_language_delete
core/modules/language/language.module => language_configurable_language_delete
core/modules/node/node.module => node_configurable_language_delete too
Comment #9
jmolivas commentedMy bad should be 8 and not 5 on the file names
* interdiff-2-8.txt
* 2316561-8.patch
Comment #10
yesct commentedlanguage_configurable_language_insert() also, ok.
used
ag 'function .*\(.*ConfigurableLanguage ' core/*
to check if we got them all. looks good again.
Comment #11
alexpottCommitted 4d86f97 and pushed to 8.0.x. Thanks!