standard_language_list |
core/includes/standard.inc |
Some common languages with their English and native names. |
standard_timezone_country_list |
core/includes/standard.inc |
Get an array of all timezones and their matching country code. |
state_del |
core/includes/bootstrap.inc |
Unsets a persistent state value. |
state_get |
core/includes/bootstrap.inc |
Retrieves a "state" value from the database. |
state_initialize |
core/includes/bootstrap.inc |
Loads the persistent state table. |
state_set |
core/includes/bootstrap.inc |
Sets a persistent state value. |
StreamWrapperInterface::dir_closedir |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::dir_opendir |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::dir_readdir |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::dir_rewinddir |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::mkdir |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::rename |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::rmdir |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::stream_close |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::stream_eof |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::stream_flush |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::stream_lock |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::stream_open |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::stream_read |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::stream_seek |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::stream_stat |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::stream_tell |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::stream_write |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::unlink |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::url_stat |
core/includes/stream_wrappers.inc |
|
StreamWrapperTest::setUp |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
StreamWrapperTest::tearDown |
core/modules/simpletest/tests/file.test |
Delete created files and temporary files directory, delete the tables
created by setUp(), and reset the database prefix. |
StreamWrapperTest::testGetClassName |
core/modules/simpletest/tests/file.test |
Test the getClassName() function. |
StreamWrapperTest::testGetInstanceByScheme |
core/modules/simpletest/tests/file.test |
Test the file_stream_wrapper_get_instance_by_scheme() function. |
StreamWrapperTest::testGetValidStreamScheme |
core/modules/simpletest/tests/file.test |
Test the scheme functions. |
StreamWrapperTest::testUriFunctions |
core/modules/simpletest/tests/file.test |
Test the URI and target functions. |
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. |