Overrides ConfigEntityInterface::get
public function get($property_name, $langcode = NULL) { if (property_exists($this->storage, $property_name)) { return $this->storage ->get($property_name, $langcode); } return $this->{$property_name} ?? NULL; }