Search for drupalGet
- Search 9.5.x for drupalGet
- Search 8.9.x for drupalGet
- Search 10.3.x for drupalGet
- Search 11.x for drupalGet
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BootstrapGetFilenameTestCase::testDrupalGetFilename | function | modules/ |
Test that drupal_get_filename() works correctly when the file is not found in the database. |
BootstrapGetFilenameWebTestCase::testDrupalGetFilename | function | modules/ |
Test that drupal_get_filename() works correctly with a full Drupal site. |
CommonURLUnitTest::testDrupalGetQueryParameters | function | modules/ |
Test drupal_get_query_parameters(). |
DrupalGetQueryArrayTestCase | class | modules/ |
Tests the functionality of drupal_get_query_array(). |
DrupalGetQueryArrayTestCase::getInfo | function | modules/ |
|
DrupalGetQueryArrayTestCase::testDrupalGetQueryArray | function | modules/ |
Tests that drupal_get_query_array() correctly explodes query parameters. |
DrupalGetRdfNamespacesTestCase | class | modules/ |
Tests for RDF namespaces XML serialization. |
DrupalGetRdfNamespacesTestCase::getInfo | function | modules/ |
|
DrupalGetRdfNamespacesTestCase::setUp | function | modules/ |
|
DrupalGetRdfNamespacesTestCase::testGetRdfNamespaces | function | modules/ |
Test RDF namespaces. |
DrupalGotoTest::testDrupalGetDestination | function | modules/ |
Test drupal_get_destination(). |
DrupalWebTestCase::drupalGet | function | modules/ |
Retrieves a Drupal path or an absolute path. |
DrupalWebTestCase::drupalGetAJAX | function | modules/ |
Retrieve a Drupal path or an absolute path and JSON decode the result. |
DrupalWebTestCase::drupalGetContent | function | modules/ |
Gets the current raw HTML of requested page. |
DrupalWebTestCase::drupalGetHeader | function | modules/ |
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/ |
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/ |
Gets an array containing all e-mails sent during this test case. |
DrupalWebTestCase::drupalGetNodeByTitle | function | modules/ |
Get a node from the database based on its title. |
DrupalWebTestCase::drupalGetSettings | function | modules/ |
Gets the value of the Drupal.settings JavaScript variable for the currently loaded page. |
DrupalWebTestCase::drupalGetTestFiles | function | modules/ |
Get a list files that can be used in tests. |
DrupalWebTestCase::drupalGetToken | function | modules/ |
Generate a token for the currently logged in user. |
SystemAuthorizeCase::drupalGetAuthorizePHP | function | modules/ |
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.