The classes TermStorage and CommentStorage contain comments like this:
use ContentEntityStorageTrait {
// @todo Rename to doDelete for consistency with other storage handlers.
delete as deleteEntities;
}
The classes TermStorage and CommentStorage contain comments like this:
use ContentEntityStorageTrait {
// @todo Rename to doDelete for consistency with other storage handlers.
delete as deleteEntities;
}
Comments
Comment #2
stevectorComment #3
dixon_Bumping priority since this is a method rename that would be nice to have done before alpha.
Comment #4
jeqq commented@dixon_ In core storage handlers we have
delete()anddoDelete()methods. We can't rename the aliasdeleteEntitiestodoDelete, this will cause an incompatibility error.Comment #5
dixon_Ok, fair enough.
Comment #6
dixon_@jeqq Actually, could you please remove the related todo from the code then as well?
Comment #7
jeqq commentedI've removed todos.