Search for drupalGet

  1. Search 9.5.x for drupalGet
  2. Search 8.9.x for drupalGet
  3. Search 10.3.x for drupalGet
  4. Search 11.x for drupalGet
  5. Other projects
Title Object type File name Summary
BootstrapGetFilenameTestCase::testDrupalGetFilename function modules/simpletest/tests/bootstrap.test Test that drupal_get_filename() works correctly when the file is not found in the database.
BootstrapGetFilenameWebTestCase::testDrupalGetFilename function modules/simpletest/tests/bootstrap.test Test that drupal_get_filename() works correctly with a full Drupal site.
CommonURLUnitTest::testDrupalGetQueryParameters function modules/simpletest/tests/common.test Test drupal_get_query_parameters().
DrupalGetQueryArrayTestCase class modules/simpletest/tests/common.test Tests the functionality of drupal_get_query_array().
DrupalGetQueryArrayTestCase::getInfo function modules/simpletest/tests/common.test
DrupalGetQueryArrayTestCase::testDrupalGetQueryArray function modules/simpletest/tests/common.test Tests that drupal_get_query_array() correctly explodes query parameters.
DrupalGetRdfNamespacesTestCase class modules/simpletest/tests/common.test Tests for RDF namespaces XML serialization.
DrupalGetRdfNamespacesTestCase::getInfo function modules/simpletest/tests/common.test
DrupalGetRdfNamespacesTestCase::setUp function modules/simpletest/tests/common.test
DrupalGetRdfNamespacesTestCase::testGetRdfNamespaces function modules/simpletest/tests/common.test Test RDF namespaces.
DrupalGotoTest::testDrupalGetDestination function modules/simpletest/tests/common.test Test drupal_get_destination().
DrupalWebTestCase::drupalGet function modules/simpletest/drupal_web_test_case.php Retrieves a Drupal path or an absolute path.
DrupalWebTestCase::drupalGetAJAX function modules/simpletest/drupal_web_test_case.php Retrieve a Drupal path or an absolute path and JSON decode the result.
DrupalWebTestCase::drupalGetContent function modules/simpletest/drupal_web_test_case.php Gets the current raw HTML of requested page.
DrupalWebTestCase::drupalGetHeader function modules/simpletest/drupal_web_test_case.php Gets the value of an HTTP response header. If multiple requests were
required to retrieve the page, only the headers from the last request will
be checked by default. However, if TRUE is passed as the second argument,
all requests will be processed…
DrupalWebTestCase::drupalGetHeaders function modules/simpletest/drupal_web_test_case.php Gets the HTTP response headers of the requested page. Normally we are only
interested in the headers returned by the last request. However, if a page
is redirected or HTTP authentication is in use, multiple requests will be
required to retrieve the…
DrupalWebTestCase::drupalGetMails function modules/simpletest/drupal_web_test_case.php Gets an array containing all e-mails sent during this test case.
DrupalWebTestCase::drupalGetNodeByTitle function modules/simpletest/drupal_web_test_case.php Get a node from the database based on its title.
DrupalWebTestCase::drupalGetSettings function modules/simpletest/drupal_web_test_case.php Gets the value of the Drupal.settings JavaScript variable for the currently loaded page.
DrupalWebTestCase::drupalGetTestFiles function modules/simpletest/drupal_web_test_case.php Get a list files that can be used in tests.
DrupalWebTestCase::drupalGetToken function modules/simpletest/drupal_web_test_case.php Generate a token for the currently logged in user.
SystemAuthorizeCase::drupalGetAuthorizePHP function modules/system/system.test Helper function to initialize authorize.php and load it via drupalGet().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.