Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
file_test.module
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant FILE_URL_TEST_CDN_2
3 uses of FILE_URL_TEST_CDN_2
FileURLRewritingTest::testPublicCreatedFileURL
in drupal/
modules/
simpletest/
tests/
file.test
Test the generating of rewritten public created file URLs.
FileURLRewritingTest::testShippedFileURL
in drupal/
modules/
simpletest/
tests/
file.test
Test the generating of rewritten shipped file URLs.
file_test_file_url_alter
in drupal/
modules/
simpletest/
tests/
file_test.module
Implements
hook_file_url_alter
().
File
drupal/
modules/
simpletest/
tests/
file_test.module
, line 13
Helper module for the file tests.
Code
define
(
'FILE_URL_TEST_CDN_2'
,
'http://cdn2.example.com'
);