- Issue created by @mglaman
- πΊπΈUnited States mglaman WI, USA
And then I saw
$provider = ''; if (isset($info['types'][$token_type]['module'])) { $provider = $info['types'][$token_type]['module']; } if (!($field instanceof FieldStorageConfigInterface) && $provider != 'token') { continue; }
Adding as feedback to that issue.