Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.
- LinkBaseTestClass::createLinkField in modules/
link/ tests/ link.test - link_element_info in modules/
link/ link.module - Implements hook_element_info().
- link_field_formatter_info in modules/
link/ link.module - Implements hook_field_formatter_info().
- link_field_info in modules/
link/ link.module - Implements hook_field_info().
- link_field_widget_info in modules/
link/ link.module - Implements hook_field_widget_info().
- link_theme in modules/
link/ link.module - Implements hook_theme().
- LinkUITest::testCRUDCreateFieldDefaults in modules/
link/ tests/ link.ui.test - If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
- LinkUITest::testCRUDCreateFieldWithClass in modules/
link/ tests/ link.ui.test - If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
- LinkUITest::testCRUDCreateFieldWithTwoClasses in modules/
link/ tests/ link.ui.test - If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
- LinkUITest::testCRUDTitleOnlyTitleNoLink in modules/
link/ tests/ link.ui.test - Testing that if you have the title but no URL, the title is not sanitized twice.
- LinkUITest::testLinkCreate in modules/
link/ tests/ link.ui.test - Creates a link field for the "page" type and creates a page with a link.
- LinkUITest::testStaticLinkCreate in modules/
link/ tests/ link.ui.test - Testing that if you use <strong> in a static title for your link, that the title actually displays <strong>.
- views_plugin_row_rss_fields::option_definition in modules/
views/ plugins/ views_plugin_row_rss_fields.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_row_rss_fields::options_form in modules/
views/ plugins/ views_plugin_row_rss_fields.inc - Provide a form for setting options.
- views_plugin_row_rss_fields::render in modules/
views/ plugins/ views_plugin_row_rss_fields.inc - Render a row object. This usually passes through to a theme template of some form, but not always.
- views_plugin_row_rss_fields::validate in modules/
views/ plugins/ views_plugin_row_rss_fields.inc - Validate that the plugin is correct and can be saved.