diff --git a/core/lib/Drupal/Core/Menu/MenuTreeStorage.php b/core/lib/Drupal/Core/Menu/MenuTreeStorage.php index be9e418..e70bb92 100644 --- a/core/lib/Drupal/Core/Menu/MenuTreeStorage.php +++ b/core/lib/Drupal/Core/Menu/MenuTreeStorage.php @@ -69,7 +69,8 @@ class MenuTreeStorage implements MenuTreeStorageInterface { /** * List of plugin definition fields. * - * @todo Inject this from the plugin manager? + * @todo Decide how to come this field definition in sync + * https://www.drupal.org/node/2302085 * * @var array */ @@ -271,8 +272,8 @@ public function save(array $link) { */ protected function doSave(array $link) { $original = $this->loadFull($link['id']); - // @todo Should we just return here if the link values match the original. - // values completely?. + // @todo Should we just return here if the link values match the original + // values completely? $affected_menus = array(); $transaction = $this->connection->startTransaction();