public function CheeseburgerMenu::setOriginalEntityTypeId in Cheeseburger Menu 5.0.x
Sets original entity type id.
Parameters
string $original_entity_type_id: Original entity type id.
File
- src/
CheeseburgerMenu.php, line 404
Class
- CheeseburgerMenu
- Cheeseburger menu class.
Namespace
Drupal\cheeseburger_menuCode
public function setOriginalEntityTypeId(string $original_entity_type_id) {
$this->originalEntityTypeId = $original_entity_type_id;
return $this;
}