Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu_link.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Oct 2014 at 19:04 UTC
Updated:
21 Feb 2016 at 05:41 UTC
Jump to comment: Most recent, Most recent file
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.