How do I empty Drupal Cache (without Devel)

前端 未结 12 2504
小鲜肉
小鲜肉 2021-02-18 18:07

How do I empty the Drupal caches:

  • without the Devel module
  • without running some PHP Statement in a new node etc.
  • without going i
12条回答
  •  礼貌的吻别
    2021-02-18 18:54

    It would be awesome if you could just GET the behavior by hitting:
    http://drupal.local./admin/settings/performance?op=Clear%20cached%20data
    but you can't.
    However I do want to note the URL for short-cutting through the admin menu (use the latter part):
    http://drupal.local. /admin/settings/performance

提交回复
热议问题