pathauto-8.x-1.8/tests/modules/pathauto_custom_punctuation_test/src/Hook/PathautoCustomPunctuationTestHooks.php

tests/modules/pathauto_custom_punctuation_test/src/Hook/PathautoCustomPunctuationTestHooks.php
<?php

namespace Drupal\pathauto_custom_punctuation_test\Hook;

use Drupal\Core\Hook\Attribute\Hook;

/**
 * Hook implementations for pathauto_custom_punctuation_test.
 */
class PathautoCustomPunctuationTestHooks {

  /**
   * Implements hook_pathauto_punctuation_chars_alter().
   */
  #[Hook('pathauto_punctuation_chars_alter')]
  public function pathautoPunctuationCharsAlter(array &$punctuation): void {
    $punctuation['copyright'] = [
      'value' => '©',
      'name' => t('Copyright symbol'),
    ];
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc