comparison core/modules/views/src/Plugin/Menu/ViewsMenuLink.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
124 */ 124 */
125 public function isExpanded() { 125 public function isExpanded() {
126 return (bool) $this->loadView()->display_handler->getOption('menu')['expanded']; 126 return (bool) $this->loadView()->display_handler->getOption('menu')['expanded'];
127 } 127 }
128 128
129
130 /** 129 /**
131 * {@inheritdoc} 130 * {@inheritdoc}
132 */ 131 */
133 public function updateLink(array $new_definition_values, $persist) { 132 public function updateLink(array $new_definition_values, $persist) {
134 $overrides = array_intersect_key($new_definition_values, $this->overrideAllowed); 133 $overrides = array_intersect_key($new_definition_values, $this->overrideAllowed);