system.connectsystem_service_connectservices_access_menuincsystem_servicestructReturns an object containing a sessid and user.00system.mailsystem_service_mailpreparesend mail from remoteincsystem_servicehashstringAn SHA-256 hash of the timestamp, domain, nonce, and method name delimited by semicolons and using the remote API key as the shared key.hashdomain_namestringA valid domain for the API key.domain_namedomain_time_stampstringTime stamp used to hash key.domain_time_stampnoncestringOne-time-use nonce also used to hash key.noncemailkeystringA key to identify the mail sent, for altering.0tostringThe mail address or addresses where the message will be send to.0subjectstringSubject of the e-mail to be sent. This must not contain any newline characters, or the mail may not be sent properly.0bodystringMessage to be sent. Drupal will format the correct line endings for you.0fromstring1Sets From, Reply-To, Return-Path and Error-To to this value, if given.headersarray1Associative array containing the headers to add. This is typically used to add extra headers (From, Cc, and Bcc).structSend an e-mail message, using Drupal variables and default settings.user_access11system.getVariablesystem_service_getvariableget variable from remoteincsystem_servicehashstringAn SHA-256 hash of the timestamp, domain, nonce, and method name delimited by semicolons and using the remote API key as the shared key.hashdomain_namestringA valid domain for the API key.domain_namedomain_time_stampstringTime stamp used to hash key.domain_time_stampnoncestringOne-time-use nonce also used to hash key.noncenamestringThe name of the variable to return.0defaultstring1The default value to use if this variable has never been set.stringReturn a persistent variable.user_access11system.setVariablesystem_service_setvariableset variable from remoteincsystem_servicehashstringAn SHA-256 hash of the timestamp, domain, nonce, and method name delimited by semicolons and using the remote API key as the shared key.hashdomain_namestringA valid domain for the API key.domain_namedomain_time_stampstringTime stamp used to hash key.domain_time_stampnoncestringOne-time-use nonce also used to hash key.noncenamestringThe name of the variable to set.0valuestringThe value to set.0Set a persistent variable.user_access11system.moduleExistssystem_service_module_existscheck module exists from remoteincsystem_servicehashstringAn SHA-256 hash of the timestamp, domain, nonce, and method name delimited by semicolons and using the remote API key as the shared key.hashdomain_namestringA valid domain for the API key.domain_namedomain_time_stampstringTime stamp used to hash key.domain_time_stampnoncestringOne-time-use nonce also used to hash key.noncemodulestringThe name of the module.0stringCheck if a module is enabled. If so, return its version.user_access11system.getServicessystem_service_getservicesget available servicesincsystem_servicestructReturns an object containing all the available services.user_accesshashstringAn SHA-256 hash of the timestamp, domain, nonce, and method name delimited by semicolons and using the remote API key as the shared key.hashdomain_namestringA valid domain for the API key.domain_namedomain_time_stampstringTime stamp used to hash key.domain_time_stampnoncestringOne-time-use nonce also used to hash key.nonce11system.cacheClearAllsystem_service_cache_clear_allclear cache from remoteincsystem_servicehashstringAn SHA-256 hash of the timestamp, domain, nonce, and method name delimited by semicolons and using the remote API key as the shared key.hashdomain_namestringA valid domain for the API key.domain_namedomain_time_stampstringTime stamp used to hash key.domain_time_stampnoncestringOne-time-use nonce also used to hash key.nonceboolClear cache on remote site.user_access11system.watchdogsystem_service_watchdog_sendlog a system message from remoteincsystem_servicehashstringAn SHA-256 hash of the timestamp, domain, nonce, and method name delimited by semicolons and using the remote API key as the shared key.hashdomain_namestringA valid domain for the API key.domain_namedomain_time_stampstringTime stamp used to hash key.domain_time_stampnoncestringOne-time-use nonce also used to hash key.noncetypestringThe category to which this message belongs.0messagestringThe message to store in the log. See t() for documentation on how $message and $variables interact. Keep $message translatable by not concatenating dynamic values into it!0variablesarray1Array of variables to replace in the message on display or NULL if message is already translated or not possible to translate.severityint1The severity of the message, as per RFC 3164.linkstring1A link to associate with the message.boolLog a system message.user_access11