Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 190 Bytes

File metadata and controls

9 lines (8 loc) · 190 Bytes

Create a form field that links to any object:

CMSEditLinkField::create(
      $fieldName = 'Parent',
      $title = 'Edit my parent',
      $linkedObject = $this->Parent()
 );