com\setasign\SetaSite\Block\BlockParent

BlockParentInterface

File: /SetaSite/src/Block/BlockParent/BlockParentInterface.php

Implemented in

Summary

Methods

getBlockCacheValidators()

abstract public BlockParentInterface::getBlockCacheValidators (
void
): array

getPage()

Returns the page on which the block is placed at the moment.

If the block is originated from another page not that page is returned but the one that is importing/using this block.

getParentName()

abstract public BlockParentInterface::getParentName (
void
): string

isBlockFinal()

abstract public BlockParentInterface::isBlockFinal (
string $blockName
): bool
Parameters
$blockName : string