protected function LinkFieldAttributesTest::createLink in Link 7
Create Link.
File
- tests/
LinkFieldAttributesTest.test, line 43 - Field attributes test.
Class
- LinkFieldAttributesTest
- Field attributes test.
Code
protected function createLink($url, $title, $attributes = array()) {
return array(
'url' => $url,
'title' => $title,
'attributes' => $attributes,
);
}