Search_Box::get_data()

Summary

No summary available.

Source

File: src/BigCommerce/Templates/Search_Box.php

	public function get_data() {
		return [
			self::NAME           => $this->options[ self::NAME ],
			self::VALUE          => $this->options[ self::VALUE ],
			self::ACTION         => $this->options[ self::ACTION ],
			self::PLACEHOLDER    => $this->options[ self::PLACEHOLDER ],
			self::SEARCH_LABEL   => $this->options[ self::SEARCH_LABEL ],
			self::BUTTON_CLASSES => $this->merge_classes( [ 'bc-product-archive__search-submit' ], $this->options[ static::BUTTON_CLASSES ], true ),
		];
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.