我的buildHeader
函数中有一个NodeEntityListBuilder类,其中包含以下内容:
public function buildHeader()
{
$header = array(
'title' => $this->t('Title'),
'type' => array(
'data' => $this->t('Content type'),
'class' => array(RESPONSIVE_PRIORITY_MEDIUM),
),
'author' => array(
'data' => $this->t('Author'),
'class' => array(RESPONSIVE_PRIORITY_LOW),
),
'status' => $this->t('Status'),
'changed' => array(
'data' => $this->t('Updated'),
'class' => array(RESPONSIVE_PRIORITY_LOW),
),
);
return $header + parent::buildHeader();
}
我正在尝试更改标题,无论我进行什么更改,都不会反映在管理员中。
例如,将内容类型更改为内容类型。
我试图通过SQL清除缓存:
TRUNCATE cache_config;
TRUNCATE cache_data;
TRUNCATE cache_default;
TRUNCATE cache_discovery;
TRUNCATE cache_entity;
TRUNCATE cache_menu;
TRUNCATE cache_render;
TRUNCATE cache_toolbar;
还可以通过管理面板尝试:配置>性能>清除所有缓存