You are here

constant LINK_TARGET_NEW_WINDOW in Link 6.2

Same name and namespace in other branches
  1. 7 link.module \LINK_TARGET_NEW_WINDOW
4 uses of LINK_TARGET_NEW_WINDOW
LinkAttributeCrudTest::testLinkWithNoFollowOnFieldTargetNewWindow in tests/link.attribute.test
LinkAttributeCrudTest::testLinkWithNoFollowOnFieldTargetNewWindowAndAClass in tests/link.attribute.test
Trying to reproduce exactly what's in issue #664990
LinkAttributeCrudTest::test_Link_With_Title_Attribute_WithNoFollowOnFieldTargetNewWindowAndAClass_Form in tests/link.attribute.test
Another test for http://drupal.org/node/664990
link_process in ./link.module
Process the link type element before displaying the field.

File

./link.module, line 32
Defines simple link field types.

Code

define('LINK_TARGET_NEW_WINDOW', '_blank');