Searched refs:BACKGROUND_FILL (Results 1 – 2 of 2) sorted by relevance
30 const BACKGROUND_FILL = "fill"; define in ComboStrap\\TagAttribute\\BackgroundAttribute106 $backgroundFill = $background[self::BACKGROUND_FILL] ?? null;108 … $tagAttributes->addComponentAttributeValueIfNotEmpty(self::BACKGROUND_FILL, $backgroundFill);156 … $backgroundFill = $tagAttributes->getValueAndRemove(self::BACKGROUND_FILL, "cover");
175 $fill = $openingTag->getAttribute(BackgroundAttribute::BACKGROUND_FILL);