islandora_collection_manager.manager: path: '/admin/content/collection-manager' defaults: _form: '\Drupal\islandora_collection_manager\Form\CollectionManagerForm' _title: 'Collection Manager' requirements: _permission: 'access collection manager' # Drupal entity autocomplete callback used by the form. islandora_collection_manager.autocomplete: path: '/admin/content/collection-manager/autocomplete' defaults: _controller: '\Drupal\islandora_collection_manager\Controller\CollectionAutocompleteController::autocomplete' requirements: _permission: 'access collection manager' # Configuration screen. islandora_collection_manager.settings: path: '/admin/config/content/collection-manager' defaults: _form: '\Drupal\islandora_collection_manager\Form\CollectionManagerSettingsForm' _title: 'Collection Manager settings' requirements: _permission: 'administer collection manager'