Skip to content
Snippets Groups Projects

Resolve #3490037 "Min drupal 10.3"

1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -5,7+5,7 @@
namespace Drupal\private_message\Controller;
/**
* Handles page callbacks for the Private Message module.
*/
interface PrivateMessageControllerInterface {
@@ -34,7+34,7 @@
public function pmThreadSettingsPage(): array;
/**
* Provides a controller for the private_message.admin_config.config route.
*
* @return array
* Render array.
*/
public function configPage(): array;
/**
* The page for preparing to uninstall the module.
*
* @return array
Loading