php 提示:将功能配置导入drupal

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 提示:将功能配置导入drupal相关的知识,希望对你有一定的参考价值。

<?php
  $config_storage = \Drupal::service('config.storage');
  $config_path = drupal_get_path('module', 'feature_name') . '/config/install';
  $source = new FileStorage($config_path);
  // Wrap the next line in a foreach loop parsing your configuration files
  // located in $config_storage, and importing it.
  // file_name and config_name are identicals. Do not add the .yml part of the
  // filename.
  $config_storage->write('file_name', $source->read('config_name'));

以上是关于php 提示:将功能配置导入drupal的主要内容,如果未能解决你的问题,请参考以下文章

使用drupal .inc使用eclipse PHP手册功能

PHP 批量导入csv到drupal数据库

Drupal 视频网站:将 SRT 文件导入为字段或节点?

PHP Drupal提示:在视图块中删除嵌套的div

PHP 在Zen Theme中更改Drupal登录块提示字符串

php drupal url功能