D8期状态 源码
分类学术语状态 该模块为分类术语添加了状态标志。 使用此标志可以指定是否发布术语。 拥有适当权限的用户可以访问未发布的条款。 安装 composer require nelson-ph/termstatus 启用模块。 在管理界面中,它在“分类术语状态”包下列出。 设置适当的权限后,现有角色将被授予查看权限,以保留核心逻辑。 用法 安装后,已发布字段将添加到所有术语,以控制对术语页面的访问。 由于该模块通过在hook_entity_type_build()钩子中对taxonomy_term实体使用TermWithStatus类来扩展Term实体类,因此,您还需要将所有instanceof
文件列表
D8-termstatus-8.x-1.x.zip
(预估有个10文件)
D8-termstatus-8.x-1.x
composer.json
654B
termstatus.module
3KB
termstatus.permissions.yml
90B
LICENSE
1KB
termstatus.info.yml
184B
termstatus.install
3KB
src
Entity
TermWithStatusInterface.php
691B
暂无评论