mdrop_suite-1.0.0-alpha1/modules/mdrop_suite_block/modules/mdrop_suite_block_webform/mdrop_suite_block_webform.module

modules/mdrop_suite_block/modules/mdrop_suite_block_webform/mdrop_suite_block_webform.module
<?php

/**
 * @file
 * Mdrop Suite - Block - Webform main module file.
 */

use Drupal\mdrop_suite_block_webform\Entity\Bundle\MdropSuiteBlockWebform;


/**
 * Implements hook_entity_bundle_info_alter().
 */
function mdrop_suite_block_webform_entity_bundle_info_alter(array &$bundles): void {
  if (!empty($bundles['block_content'][MdropSuiteBlockWebform::BUNDLE_KEY])) {
    $bundles['block_content'][MdropSuiteBlockWebform::BUNDLE_KEY]['class'] = MdropSuiteBlockWebform::class;
  }
}

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

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