You are here

public function Link::updateLink in Colossal Menu 8

Same name and namespace in other branches
  1. 2.x src/Entity/Link.php \Drupal\colossal_menu\Entity\Link::updateLink()

Not sure what this would do in this context.

Overrides MenuLinkInterface::updateLink

File

src/Entity/Link.php, line 458

Class

Link
Defines the Link entity.

Namespace

Drupal\colossal_menu\Entity

Code

public function updateLink(array $new_definition_values, $persist) {
  return [];
}