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

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

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

use Drupal\mdrop_suite_block_cta\Entity\Bundle\MdropSuiteBlockCta;

/**
 * Implements hook_install().
 */
function mdrop_suite_block_cta_install() {
  \Drupal::service('mdrop_suite_bundle_field.helper')->installBlockContentBundleFields(MdropSuiteBlockCta::BUNDLE_KEY, MdropSuiteBlockCta::class);
}

/**
 * Implements hook_uninstall().
 */
function mdrop_suite_block_cta_uninstall() {
  \Drupal::service('mdrop_suite_block.helper')->uninstallBlockContentType(MdropSuiteBlockCta::BUNDLE_KEY);
}

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

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