Updater::$source |
property |
includes/updater.inc |
|
Redirect::$source |
property |
modules/redirect/redirect.class.inc |
The from which the redirect will start. |
redirect_load_by_source |
function |
modules/redirect/redirect.module |
Load multiple URL redirects from the database by {redirect}.source. |
path_delete_all_by_source |
function |
modules/path/path.module |
Delete an URL alias and any of its sub-paths. |
Redirect::$source_options |
property |
modules/redirect/redirect.class.inc |
An array of options for the source of the redirect. |
_path_load_loosely_by_source |
function |
modules/path/path.inc |
Fetches an existing URL alias given a path and optional language. |
redirect_element_validate_source |
function |
modules/redirect/redirect.admin.inc |
Element validate handler; validate the source of an URL redirect. |
hook_redirect_load_by_source_alter |
function |
modules/redirect/redirect.api.php |
Alter the list of redirects matching a certain source. |
redirect_handler_field_redirect_source |
class |
modules/redirect/views/redirect_handler_field_redirect_source.inc |
|
redirect_handler_field_redirect_source.inc |
file |
modules/redirect/views/redirect_handler_field_redirect_source.inc |
Redirect field handler for {redirect}.source. |
redirect_handler_field_redirect_source::query |
function |
modules/redirect/views/redirect_handler_field_redirect_source.inc |
Called to add the field to a query. |
redirect_handler_field_redirect_source::render |
function |
modules/redirect/views/redirect_handler_field_redirect_source.inc |
Render the field. |
redirect_handler_field_redirect_source::construct |
function |
modules/redirect/views/redirect_handler_field_redirect_source.inc |
Construct a new field handler. |
redirect_handler_field_redirect_source::options_form |
function |
modules/redirect/views/redirect_handler_field_redirect_source.inc |
Default options form that provides the label widget that all fields
should have. |
redirect_handler_field_redirect_source::option_definition |
function |
modules/redirect/views/redirect_handler_field_redirect_source.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
ImageStylesPathAndUrlUnitTest::testImageStyleUrlForMissingSourceImage |
function |
modules/image/tests/image.test |
Test that an invalid source image returns a 404. |