JsonResponse::setCallback |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/JsonResponse.php |
Sets the JSONP callback. |
StreamedResponse::setCallback |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
Sets the PHP callback associated with this Response. |
JsonResponseTest::testSetCallback |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
GetSetMethodNormalizer::setCallbacks |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Set normalization callbacks |
StreamedResponseTest::testSetCallbackNonCallable |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php |
@expectedException \LogicException |
JsonResponseTest::testSetCallbackInvalidIdentifier |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|