menu_editor.api.php 149 B

12345678910
  1. <?php
  2. /**
  3. * @return string[]
  4. */
  5. function hook_menu_editor_placeholders() {
  6. return array(
  7. '<new>' => 'mlid/@mlid/under-construction',
  8. );
  9. }