trait HasSubBlocksTrait (View source)

Properties

protected bool $btCacheBlockOutput
protected int $btCacheBlockOutputLifetime
protected bool $btCacheBlockOutputOnPost
protected bool $btCacheBlockOutputForRegisteredUsers
protected bool $btCacheSettingsInitialized
protected string[] $requiredFeatures

Methods

bool
isCacheSettingsInitialized()

Whether the cache settings has been initialized.

void
initializeSubBlockCacheSettings(Page $page, array $blocks)

Check block cache settings and register assets for sub blocks.

Details

protected bool isCacheSettingsInitialized()

Whether the cache settings has been initialized.

Return Value

bool

protected void initializeSubBlockCacheSettings(Page $page, array $blocks)

Check block cache settings and register assets for sub blocks.

Parameters

Page $page

the current page

array $blocks

the sub blocks in this container block

Return Value

void