3declare(strict_types=1);
31 $this->ui_factory = $ui_factory;
45 return $this->ui_factory->link()->standard(
47 $this->url_builder->getHref($item[
'command'], $item[
'parameter'])
52 return $this->ui_factory->breadcrumbs($crumbs);
An exception for terminatinating execution or to throw for unit testing.
__construct(LSUrlBuilder $url_builder, Factory $ui_factory)
A component is the most general form of an entity in the UI.
This is how the factory for UI elements looks.