targets = [ [ 'target' => 'url', 'constraint' => [ 'operator' => 'matches', 'value' => $queryUrl ] ] ]; } public function getArray(): array { return $this->targets; } }