PHP 在drupal的admin / config页面中创建一个新块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 在drupal的admin / config页面中创建一个新块相关的知识,希望对你有一定的参考价值。

$items['admin/config/module'] = array(
    'title' => 'My Site',
    'description' => 'Configure My Site settings.',
    'position' => 'left',
    'weight' => -20,
    'page callback' => 'system_admin_menu_block_page',
    'access arguments' => array('access administration pages'),
    'file' => 'system.admin.inc',
    'file path' => drupal_get_path('module', 'system'),
  );

以上是关于PHP 在drupal的admin / config页面中创建一个新块的主要内容,如果未能解决你的问题,请参考以下文章

Drupal检查登录用户是否为admin

Alfresco 与 drupal 的集成

在drupal的admin/config页中创建新块

drupal8 禁掉模块

Docker中的Drupal - 缺少站点/ default / modules / admin_menu / admin_devel / admin_devel.js

markdown drupal admin ui css