I see a @todo item in the code:
* @todo At some point convert this to use ContextAwarePluginManagerTrait
*
* @see https://drupal.org/node/2277981
I think this is relevant to me right now, because I'm getting an unexpected test failure when calling ::getDefinitionOptionsForEntityType() which calls ::getDefinitionsForContexts() which has the above @todo item.
Comments
Comment #2
oknateI was able to fix my issue another way. But this still seems like the right thing to do.
Comment #3
wim leersI think this would break BC? If so, we can't do this in this branch.