Method: Scrivito::Link#fragment

Defined in:
app/cms/scrivito/link.rb

#fragmentObject

Returns the anchor of the link as in “index.html#anchor”. See RFC3986 for details (www.ietf.org/rfc/rfc3986.txt).

[View source]

96
97
98
# File 'app/cms/scrivito/link.rb', line 96

def fragment
  @link_data[:fragment]
end