SelectQueryInterface::preExecute |
core/includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
SelectQueryInterface::range |
core/includes/database/select.inc |
Restricts a query to a given range in the result set. |
SelectQueryInterface::rightJoin |
core/includes/database/select.inc |
Right Outer Join against another table in the database. |
SelectQueryInterface::union |
core/includes/database/select.inc |
Add another Select query to UNION to this one. |
SelectQueryInterface::__clone |
core/includes/database/select.inc |
Clone magic method. |
SessionHttpsTestCase::assertSessionIds |
core/modules/simpletest/tests/session.test |
Test that there exists a session with two specific session IDs. |
SessionHttpsTestCase::httpsUrl |
core/modules/simpletest/tests/session.test |
Builds a URL for submitting a mock HTTPS request to HTTP test environments. |
SessionHttpsTestCase::httpUrl |
core/modules/simpletest/tests/session.test |
Builds a URL for submitting a mock HTTP request to HTTPS test environments. |
SessionHttpsTestCase::setUp |
core/modules/simpletest/tests/session.test |
Sets up a Backdrop site for running functional and integration tests. |
SessionHttpsTestCase::testEmptySessionId |
core/modules/simpletest/tests/session.test |
Tests that empty session IDs do not cause unrelated sessions to load. |
SessionHttpsTestCase::testHttpsSession |
core/modules/simpletest/tests/session.test |
|
SessionTestCase::assertSessionCookie |
core/modules/simpletest/tests/session.test |
Assert whether the SimpleTest browser sent a session cookie. |
SessionTestCase::assertSessionEmpty |
core/modules/simpletest/tests/session.test |
Assert whether $_SESSION is empty at the beginning of the request. |
SessionTestCase::sessionReset |
core/modules/simpletest/tests/session.test |
Reset the cookie file so that it refers to the specified user. |
SessionTestCase::setUp |
core/modules/simpletest/tests/session.test |
Sets up a Backdrop site for running functional and integration tests. |
SessionTestCase::testDataPersistence |
core/modules/simpletest/tests/session.test |
Test data persistence via the session_test module callbacks. |
SessionTestCase::testEmptyAnonymousSession |
core/modules/simpletest/tests/session.test |
Test that empty anonymous sessions are destroyed. |
SessionTestCase::testEmptySessionID |
core/modules/simpletest/tests/session.test |
Test that empty session IDs are not allowed. |
SessionTestCase::testSessionSaveRegenerate |
core/modules/simpletest/tests/session.test |
Tests for backdrop_save_session() and backdrop_session_regenerate(). |
SessionTestCase::testSessionWrite |
core/modules/simpletest/tests/session.test |
Test that sessions are only saved when necessary. |
session_test_backdrop_goto_alter |
core/modules/simpletest/tests/session_test.module |
Implements hook_backdrop_goto_alter(). |
session_test_boot |
core/modules/simpletest/tests/session_test.module |
Implements hook_boot(). |
session_test_form_user_login_alter |
core/modules/simpletest/tests/session_test.module |
Implements hook_form_FORM_ID_alter(). |
session_test_menu |
core/modules/simpletest/tests/session_test.module |
Implements hook_menu(). |
session_test_user_login |
core/modules/simpletest/tests/session_test.module |
Implements hook_user(). |
settings_get |
core/includes/bootstrap.inc |
Returns a site-wide setting, usually specified via the settings.php file. |
seven_admin_block_content |
core/themes/seven/template.php |
Overrides theme_admin_block_content(). |
seven_breadcrumb |
core/themes/seven/template.php |
Override theme function for breadcrumb trail |
seven_css_alter |
core/themes/seven/template.php |
Implements hook_css_alter(). |
seven_node_add_list |
core/themes/seven/template.php |
Overrides theme_node_add_list(). |
seven_preprocess_layout |
core/themes/seven/template.php |
Prepares variables for layout templates. |
seven_preprocess_maintenance_page |
core/themes/seven/template.php |
|
seven_preprocess_page |
core/themes/seven/template.php |
Implements hook_preprocess_page(). |
seven_tablesort_indicator |
core/themes/seven/template.php |
Overrides theme_tablesort_indicator(). |
show |
core/includes/common.inc |
Shows a hidden element for later rendering. |
ShutdownFunctionsTest::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
ShutdownFunctionsTest::testShutdownFunctions |
core/modules/system/tests/system.test |
Test shutdown functions. |
SimpleTestBrokenSetUp::setUp |
core/modules/simpletest/tests/simpletest.test |
Sets up a Backdrop site for running functional and integration tests. |
SimpleTestBrokenSetUp::tearDown |
core/modules/simpletest/tests/simpletest.test |
Delete created files and temporary files directory, delete the tables
created by setUp(), and reset the database prefix. |
SimpleTestBrokenSetUp::testBreakSetUp |
core/modules/simpletest/tests/simpletest.test |
Runs this test case from within the simpletest child site. |
SimpleTestBrowserTestCase::setUp |
core/modules/simpletest/tests/simpletest.test |
Sets up a Backdrop site for running functional and integration tests. |
SimpleTestBrowserTestCase::testCookieDoesNotBleed |
core/modules/simpletest/tests/simpletest.test |
Tests that the cookies from a previous test do not bleed into a new test. |
SimpleTestBrowserTestCase::testCookies |
core/modules/simpletest/tests/simpletest.test |
Tests that cookies set during a request are available for testing. |
SimpleTestBrowserTestCase::testGetAbsoluteUrl |
core/modules/simpletest/tests/simpletest.test |
Test BackdropWebTestCase::getAbsoluteUrl(). |
SimpleTestBrowserTestCase::testXPathEscaping |
core/modules/simpletest/tests/simpletest.test |
Tests XPath escaping. |
SimpleTestExampleMockModuleTestCase::setUp |
modules/examples/simpletest_example/tests/simpletest_example.test |
Set up the test environment. |
SimpleTestExampleMockModuleTestCase::testSimpleTestExampleMockModule |
modules/examples/simpletest_example/tests/simpletest_example.test |
Test modifications made by our mock module. |
SimpleTestExampleTestCase::runningOnTestbot |
modules/examples/simpletest_example/tests/simpletest_example.test |
Detect if we're running on PIFR testbot. |
SimpleTestExampleTestCase::setUp |
modules/examples/simpletest_example/tests/simpletest_example.test |
Set up the test environment. |
SimpleTestExampleTestCase::testSimpleTestExampleCreate |
modules/examples/simpletest_example/tests/simpletest_example.test |
Create a simpletest_example node using the node form. |