This results in an exceptions with the message Plugin ID 'contact.site_page could not be found' was not found. which is a bit weird.
MenuLinkManager::getDefinition just needs to pass the plugin ID to PluginNotFoundException
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | exception-2360241-2.patch | 696 bytes | martin107 |
Comments
Comment #1
dawehnerTagging to find it for proper listing.
@Novice
Feel free to contact me in case you have some question.
Comment #2
martin107 commentedClassic comedy screwup ... made my day :)
Comment #3
martin107 commentedComment #4
alexpottComment #6
catchCommitted/pushed to 8.0.x, thanks!
Comment #8
iainh commentedDrupal\Component\Plugin\Exception\PluginNotFoundException: Plugin ID 'contact.site_page' was not found. in Drupal\Core\Menu\MenuLinkManager->getDefinition() (line 213 of core/lib/Drupal/Core/Menu/MenuLinkManager.php).happens when installing a Standard profile Drupal 8.0.3 site that is freshly built with acomposer.jsonfile that containsIt didn't occur when downloading Drupal 8.0.3 core with drush.
Comment #9
vaish commentedThis issue was about changing the exception message from
Plugin ID 'contact.site_page could not be found' was not found.to
Plugin ID 'contact.site_page' was not found.which is exact message reported in #8.