You are here

public function CheeseburgerMenuItem::setOriginalEntityTypeId in Cheeseburger Menu 5.0.x

Sets original entity type id.

Parameters

string $original_entity_type_id: Original entity type id.

File

src/CheeseburgerMenuItem.php, line 417

Class

CheeseburgerMenuItem
Cheeseburger menu item class.

Namespace

Drupal\cheeseburger_menu

Code

public function setOriginalEntityTypeId(string $original_entity_type_id) {
  $this->originalEntityTypeId = $original_entity_type_id;
  return $this;
}