entryWrapperView = $view; return $this; } public function getCustomEntryWrapperView(): ?string { return $this->evaluate($this->entryWrapperView) ?? $this->getParentComponent()?->getCustomEntryWrapperView(); } }