Skip to content
Snippets Groups Projects
Commit 04091aac authored by Michael Strelan's avatar Michael Strelan
Browse files

Fix form alter docblock and function name

parent 769a71ec
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@
use Drupal\path_alias\Form\SystemInformationFormAlter;
/**
* * Implements hook_form_FORM_ID_alter().
* */
function path_form_system_site_information_settings_alter(array &$form): void {
* Implements hook_form_FORM_ID_alter().
*/
function path_alias_form_system_site_information_settings_alter(array &$form): void {
Drupal::classResolver()
->getInstanceFromDefinition(SystemInformationFormAlter::class)
->alterForm($form);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment