Client::send |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
Sends a single request or an array of requests in parallel |
Request::send |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php |
Send the request |
Response::send |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Sends HTTP headers and content. |
CurlMulti::send |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
Send a pool of { |
drupal_send_headers |
function |
drupal/core/includes/bootstrap.inc |
Sends the HTTP response headers that were previously set, adding defaults. |
Response::sendHeaders |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Sends HTTP headers. |
Response::sendContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Sends content for the current web response. |
ClientInterface::send |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php |
Sends a single request or an array of requests in parallel |
CurlMulti::beforeSend |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
Prepare for sending |
RequestInterface::send |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php |
Send the request |
CurlMultiInterface::send |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php |
Send a pool of { |
action_send_email_action |
function |
drupal/core/modules/action/action.module |
Sends an e-mail message. |
StreamedResponse::sendContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
This method only sends the content once. |
MailCaptureTest::testMailSend |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MailCaptureTest.php |
Test to see if the wrapper function is executed correctly. |
ResponseTest::testSendContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
action_send_email_action_form |
function |
drupal/core/modules/action/action.module |
Return a form definition so the Send email action can be configured. |
CurlMultiInterface::BEFORE_SEND |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php |
|
action_send_email_action_submit |
function |
drupal/core/modules/action/action.module |
Processes action_send_email_action() form submissions. |
CurlMultiInterface::STATE_SENDING |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php |
|
action_send_email_action_validate |
function |
drupal/core/modules/action/action.module |
Validates action_send_email_action() form submissions. |
StreamedResponseTest::testSendContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php |
|
HttpCacheTest::testSendsNoContentWhenFresh |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
HttpCacheTest::testEsiCacheSendsTheLowestTtl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Twig_TokenParser_Spaceless::decideSpacelessEnd |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php |
|
SimpletestHttpRequestSubscriber::onBeforeSendRequest |
function |
drupal/core/lib/Drupal/Core/Http/Plugin/SimpletestHttpRequestSubscriber.php |
Event callback for request.before_send |
StreamedResponseTest::testSendContentWithNonCallable |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php |
@expectedException \LogicException |