public function Link::getBaseId in Colossal Menu 8
Same name and namespace in other branches
- 2.x src/Entity/Link.php \Drupal\colossal_menu\Entity\Link::getBaseId()
Gets the base_plugin_id of the plugin instance.
Return value
string The base_plugin_id of the plugin instance.
Overrides DerivativeInspectionInterface::getBaseId
File
- src/
Entity/ Link.php, line 542
Class
- Link
- Defines the Link entity.
Namespace
Drupal\colossal_menu\EntityCode
public function getBaseId() {
return 'colossal_menu_link';
}