Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
67 */ | 67 */ |
68 public function getCacheMaxAge() { | 68 public function getCacheMaxAge() { |
69 return $this->wrappedLink->getCacheMaxAge(); | 69 return $this->wrappedLink->getCacheMaxAge(); |
70 } | 70 } |
71 | 71 |
72 | |
73 /** | 72 /** |
74 * {@inheritdoc} | 73 * {@inheritdoc} |
75 */ | 74 */ |
76 public function updateLink(array $new_definition_values, $persist) { | 75 public function updateLink(array $new_definition_values, $persist) { |
77 throw new PluginException('Inaccessible menu link plugins do not support updating'); | 76 throw new PluginException('Inaccessible menu link plugins do not support updating'); |