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

oknate created an issue. See original summary.

oknate’s picture

Issue summary: View changes

I was able to fix my issue another way. But this still seems like the right thing to do.

wim leers’s picture

Issue tags: +BC break

I think this would break BC? If so, we can't do this in this branch.