| 1 | <?php |
||
| 13 | class InternalLinkModalExtension extends Extension |
||
| 14 | { |
||
| 15 | private static $allowed_actions = array( |
||
|
|
|||
| 16 | 'editorInternalLink', |
||
| 17 | ); |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @return ModalController |
||
| 21 | */ |
||
| 22 | public function getOwner() |
||
| 28 | |||
| 29 | |||
| 30 | /** |
||
| 31 | * Form for inserting internal link pages |
||
| 32 | * |
||
| 33 | * @return Form |
||
| 34 | */ |
||
| 35 | public function editorInternalLink() |
||
| 41 | } |
||
| 42 |