You are here

public function GoogleSiteSearch::getAllowedTags in Google Site Search 7

Same name and namespace in other branches
  1. 6 includes/GoogleSiteSearch.inc \GoogleSiteSearch::GetAllowedTags()

Get the allowed HTML tags.

Return value

array The allowed HTML tags.

1 call to GoogleSiteSearch::getAllowedTags()
GoogleSiteSearch::getSearchResults in includes/GoogleSiteSearch.inc
Get search results.

File

includes/GoogleSiteSearch.inc, line 249
GSS module site search inc file.

Class

GoogleSiteSearch
Class for interaction with Google Site Search.

Code

public function getAllowedTags() {
  return $this->allowedTags;
}