Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
xmlrpc_test.module
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
function xmlrpc_test_echoStructTest
1 call to xmlrpc_test_echoStructTest()
XmlRpcValidatorTest::testValidator
in drupal/
core/
modules/
xmlrpc/
lib/
Drupal/
xmlrpc/
Tests/
XmlRpcValidatorTest.php
Run validator1 tests.
1 string reference to 'xmlrpc_test_echoStructTest'
xmlrpc_test_xmlrpc
in drupal/
core/
modules/
xmlrpc/
tests/
modules/
xmlrpc_test/
xmlrpc_test.module
Implements
hook_xmlrpc
().
File
drupal/
core/
modules/
xmlrpc/
tests/
modules/
xmlrpc_test/
xmlrpc_test.module
, line 27
Code
function
xmlrpc_test_echoStructTest
(
$array
) {
return
$array
; }