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

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

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

use Drupal\mdrop_suite_block_text\Entity\Bundle\MdropSuiteBlockText;


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

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

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