You are here

public function Link::getProvider in Colossal Menu 8

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

Returns the provider (module name) of the menu link.

Return value

string The provider of the menu link.

Overrides MenuLinkInterface::getProvider

File

src/Entity/Link.php, line 519

Class

Link
Defines the Link entity.

Namespace

Drupal\colossal_menu\Entity

Code

public function getProvider() {
  return 'colossal_menu';
}