<tfoot id='JpmXt'></tfoot>

    • <bdo id='JpmXt'></bdo><ul id='JpmXt'></ul>
  • <small id='JpmXt'></small><noframes id='JpmXt'>

    <legend id='JpmXt'><style id='JpmXt'><dir id='JpmXt'><q id='JpmXt'></q></dir></style></legend>
      <i id='JpmXt'><tr id='JpmXt'><dt id='JpmXt'><q id='JpmXt'><span id='JpmXt'><b id='JpmXt'><form id='JpmXt'><ins id='JpmXt'></ins><ul id='JpmXt'></ul><sub id='JpmXt'></sub></form><legend id='JpmXt'></legend><bdo id='JpmXt'><pre id='JpmXt'><center id='JpmXt'></center></pre></bdo></b><th id='JpmXt'></th></span></q></dt></tr></i><div id='JpmXt'><tfoot id='JpmXt'></tfoot><dl id='JpmXt'><fieldset id='JpmXt'></fieldset></dl></div>

        如果管理员或用户具有特定角色,则 Drupal 条件 PHP

        时间:2023-06-22
            <tbody id='7VmXF'></tbody>

          <small id='7VmXF'></small><noframes id='7VmXF'>

          <i id='7VmXF'><tr id='7VmXF'><dt id='7VmXF'><q id='7VmXF'><span id='7VmXF'><b id='7VmXF'><form id='7VmXF'><ins id='7VmXF'></ins><ul id='7VmXF'></ul><sub id='7VmXF'></sub></form><legend id='7VmXF'></legend><bdo id='7VmXF'><pre id='7VmXF'><center id='7VmXF'></center></pre></bdo></b><th id='7VmXF'></th></span></q></dt></tr></i><div id='7VmXF'><tfoot id='7VmXF'></tfoot><dl id='7VmXF'><fieldset id='7VmXF'></fieldset></dl></div>

            <legend id='7VmXF'><style id='7VmXF'><dir id='7VmXF'><q id='7VmXF'></q></dir></style></legend>

            • <tfoot id='7VmXF'></tfoot>

                <bdo id='7VmXF'></bdo><ul id='7VmXF'></ul>
                  本文介绍了如果管理员或用户具有特定角色,则 Drupal 条件 PHP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  如果用户是管理员,以下将做某事".

                  The following will do 'something' if the user is admin.

                  <?php if (($is_admin)) : ?>
                    do something
                  <?php endif; ?>
                  

                  如果用户是管理员或具有特定角色,我该如何更改它以便某些事情"会发生?谢谢

                  How can I change this so 'something' will happen if the user is admin or has a certain role? Thanks

                  推荐答案

                  角色存储在 $user->roles 中.要检查用户是否为管理员或具有特定角色",您可以简单地:

                  Roles are stored in $user->roles. To check "if the user is admin or has a certain role" you can simply:

                  if ($is_admin || in_array('some_role', $user->roles)):
                  

                  这篇关于如果管理员或用户具有特定角色,则 Drupal 条件 PHP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:更改表单的 CCK 标题 下一篇:如何在 Drupal 8 主题中添加 javascript 库?

                  相关文章

                  <tfoot id='YW9H2'></tfoot>

                  <i id='YW9H2'><tr id='YW9H2'><dt id='YW9H2'><q id='YW9H2'><span id='YW9H2'><b id='YW9H2'><form id='YW9H2'><ins id='YW9H2'></ins><ul id='YW9H2'></ul><sub id='YW9H2'></sub></form><legend id='YW9H2'></legend><bdo id='YW9H2'><pre id='YW9H2'><center id='YW9H2'></center></pre></bdo></b><th id='YW9H2'></th></span></q></dt></tr></i><div id='YW9H2'><tfoot id='YW9H2'></tfoot><dl id='YW9H2'><fieldset id='YW9H2'></fieldset></dl></div>
                • <legend id='YW9H2'><style id='YW9H2'><dir id='YW9H2'><q id='YW9H2'></q></dir></style></legend>
                    <bdo id='YW9H2'></bdo><ul id='YW9H2'></ul>

                    <small id='YW9H2'></small><noframes id='YW9H2'>