custom_field-1.0.x-dev/modules/custom_field_linkit/custom_field_linkit.module

modules/custom_field_linkit/custom_field_linkit.module
<?php

/**
 * @file
 * Custom field linkit module file.
 */

declare(strict_types=1);

use Drupal\Core\Hook\Attribute\LegacyHook;
use Drupal\custom_field_linkit\Hook\ConfigSchemaHooks;

/**
 * Implements hook_config_schema_info_alter().
 */
// @phpstan-ignore-next-line
#[LegacyHook]
// phpcs:ignore Squiz.WhiteSpace.FunctionSpacing.Before
function custom_field_linkit_config_schema_info_alter(array &$definitions): void {
  \Drupal::service(ConfigSchemaHooks::class)->configSchemaInfoAlter($definitions);
}

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

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