SummaryLengthTestCase::testSummaryLength |
core/modules/node/tests/node.test |
Tests the node summary length functionality. |
SyslogTestCase::setUp |
core/modules/syslog/tests/syslog.test |
Sets up a Backdrop site for running functional and integration tests. |
SyslogTestCase::testSettings |
core/modules/syslog/tests/syslog.test |
Test the syslog settings page. |
syslog_facility_list |
core/modules/syslog/syslog.module |
List all possible syslog facilities for UNIX/Linux. |
syslog_form_system_logging_settings_alter |
core/modules/syslog/syslog.module |
Implements hook_form_FORM_ID_alter(). |
syslog_logging_settings_submit |
core/modules/syslog/syslog.module |
Form submission handler for system_logging_settings(). |
syslog_watchdog |
core/modules/syslog/syslog.module |
Implements hook_watchdog(). |
SystemAdminTestCase::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
SystemAdminTestCase::testAdminPages |
core/modules/system/tests/system.test |
Tests output on administrative listing pages. |
SystemAuthorizeCase::backdropGetAuthorizePHP |
core/modules/system/tests/system.test |
Helper function to initialize authorize.php and load it via backdropGet(). |
SystemAuthorizeCase::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
SystemAuthorizeCase::testFileTransferHooks |
core/modules/system/tests/system.test |
Tests the FileTransfer hooks |
SystemBlockTestCase::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
SystemBlockTestCase::testSystemBlocks |
core/modules/system/tests/system.test |
Test displaying and hiding the powered-by and help blocks. |
SystemConfigFormCase::testConfigForm |
core/modules/simpletest/tests/system_config_test.inc |
Submit the system_config_form and then test the configuration has the
expected values. |
SystemIndexPhpTest::testIndexPhpHandling |
core/modules/system/tests/system.test |
Test index.php handling. |
SystemInfoAlterTestCase::getSystemInfo |
core/modules/system/tests/system.test |
Returns the info array as it is stored in {system}. |
SystemInfoAlterTestCase::testSystemInfoAlter |
core/modules/system/tests/system.test |
Tests that {system}.info is rebuilt after a module that implements
hook_system_info_alter() is enabled. Also tests if core *_list() functions
return freshly altered info. |
SystemMainContentFallback::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
SystemMainContentFallback::testMainContentFallback |
core/modules/system/tests/system.test |
Test availability of main content. |
SystemQueue::claimItem |
core/modules/system/system.queue.inc |
Claim an item in the queue for processing. |
SystemQueue::createItem |
core/modules/system/system.queue.inc |
Add a queue item and store it directly to the queue. |
SystemQueue::createQueue |
core/modules/system/system.queue.inc |
Create a queue. |
SystemQueue::deleteItem |
core/modules/system/system.queue.inc |
Delete a finished item from the queue. |
SystemQueue::deleteQueue |
core/modules/system/system.queue.inc |
Delete a queue and every item in the queue. |
SystemQueue::numberOfItems |
core/modules/system/system.queue.inc |
Retrieve the number of items in the queue. |
SystemQueue::releaseItem |
core/modules/system/system.queue.inc |
Release an item that the worker could not process, so another
worker can come in and process it before the timeout expires. |
SystemQueue::__construct |
core/modules/system/system.queue.inc |
|
SystemSettingsFormTest::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
SystemTestFileTransfer::factory |
core/modules/simpletest/tests/system_test.module |
|
SystemTestFileTransfer::getSettingsForm |
core/modules/simpletest/tests/system_test.module |
|
SystemThemeFunctionalTest::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
SystemThemeFunctionalTest::testAdministrationTheme |
core/modules/system/tests/system.test |
Test the administration theme functionality. |
SystemThemeFunctionalTest::testPerThemeSettings |
core/modules/system/tests/system.test |
Test the individual per-theme settings form. |
SystemThemeFunctionalTest::testSwitchDefaultTheme |
core/modules/system/tests/system.test |
Test switching the default theme. |
SystemThemeFunctionalTest::testThemeSettings |
core/modules/system/tests/system.test |
Test theme settings. |
SystemValidTokenTest::errorHandler |
core/modules/system/tests/system.test |
Overrides BackdropTestCase::errorHandler(). |
SystemValidTokenTest::testTokenValidation |
core/modules/system/tests/system.test |
Tests invalid invocations of backdrop_valid_token() that must return FALSE. |
system_403 |
core/modules/system/system.module |
Menu callback; Returns the standard "Page not found" error page. |
system_404 |
core/modules/system/system.module |
Menu callback; Returns the standard "Page not found" error page. |
system_add_module_assets |
core/modules/system/system.module |
Adds CSS and JavaScript files declared in module .info files. |
system_admin_bar_cache_info |
core/modules/system/system.module |
Implements hook_admin_bar_cache_info(). |
system_admin_config_page |
core/modules/system/system.admin.inc |
Menu callback; Provide the administration overview page. |
system_admin_index |
core/modules/system/system.admin.inc |
Menu callback; prints a listing of admin tasks, organized by module. |
system_admin_menu_block |
core/modules/system/system.module |
Provide a single block on the administration overview page. |
system_admin_menu_block_page |
core/modules/system/system.admin.inc |
Provide a single block from the administration menu as a page. |
system_admin_paths |
core/modules/system/system.module |
Implements hook_admin_paths(). |
system_archiver_info |
core/modules/system/system.module |
Implements hook_archiver_info(). |
system_authorized_batch_process |
core/modules/system/system.module |
Use authorize.php to run batch_process(). |
system_authorized_batch_processing_url |
core/modules/system/system.module |
Returns the URL for the authorize.php script when it is processing a batch. |