You are here

public function SearchByPageTesterTest::search_by_page_test_make_exclude_page in Search by Page 8

Page callback function for path 'search_by_page_test_exclude_page'.

File

tests/src/Functional/SearchByPageTesterTest.php, line 501
General Functional Tests for the Search by Page module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com

Class

SearchByPageTesterTest
Base class for testing Search by Page.

Namespace

Drupal\Tests\search_by_page\Functional

Code

public function search_by_page_test_make_exclude_page() {
  return '<h2>' . t('Trees') . '</h2>' . '<tagtoexclude><ul>' . '<li>' . t('Poplar') . '</li>' . '</ul></tagtoexclude><p>Cottonwood</p>';
}