You are here

public function SearchByPageTesterTest::search_by_page_test_form in Search by Page 8

Implements hook_form().

File

tests/src/Functional/SearchByPageTesterTest.php, line 362
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_form($node, $form_state) {
  return node_content_form($node, $form_state);
}