19 declare(strict_types=1);
45 if (!is_null($image = $this->
buildIcon($copyright))) {
48 if (!is_null($link = $this->
buildLink($copyright))) {
52 if ($copyright->
fullName() && !$has_link) {
71 if (!$copyright->
link()) {
76 (string) $copyright->
link()
82 return $this->factory->symbol()->icon()->custom($src, $alt,
Icon::MEDIUM);
87 return $this->factory->link()->standard($label, $action);
92 return $this->factory->legacy($text);
This describes how an icon could be modified during construction of UI.