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

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

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

use Drupal\mdrop_suite_block_cta\Entity\Bundle\MdropSuiteBlockCta;


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

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

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