class BlockElement implements PrimaryKeyInterface, BlockEntity

Properties

protected $previewImage Preview image of block
protected $baseImageUrl Url of preview image

Methods

integer
getId()

No description

setId(int $id)

No description

string
getEntity()

No description

setEntity(string $entity)

No description

string
getLayoutTitle()

No description

setLayoutTitle(string $layoutTitle)

No description

string
getAlgorithm()

No description

setAlgorithm(string $algorithm)

No description

string
getLocation()

No description

setLocation(string $location)

No description

string
getTemplateName()

No description

setTemplateName(string $templateName)

No description

string
getLocale()

No description

setLocale(string $locale)

No description

array
getAlgorithmParams()

No description

setAlgorithmParams(array $algorithmParams)

No description

mixed
getTheme()

No description

setTheme(mixed $theme)

No description

mixed
getBlockTemplate()

No description

setBlockTemplate(mixed $blockTemplate)

No description

mixed
getLinkedEntity()

No description

setLinkedEntity(mixed $linkedEntity)

No description

mixed
getLinkedEntityId()

No description

setLinkedEntityId(mixed $linkedEntityId)

No description

string
getEntityRelationshipName()

No description

setEntityRelationshipName(string $entityRelationshipName)

No description

mixed
getPreviewImage()

No description

setPreviewImage(mixed $previewImage)

No description

mixed
getBaseImageUrl()

No description

setBaseImageUrl(mixed $baseImageUrl)

No description

bool
isCachable()

No description

setCachable(bool $cachable)

No description

Details

at line 166
integer getId()

Return Value

integer

at line 176
BlockElement setId(int $id)

Parameters

int $id

Return Value

BlockElement

at line 186
string getEntity()

Return Value

string

at line 196
BlockElement setEntity(string $entity)

Parameters

string $entity

Return Value

BlockElement

at line 206
string getLayoutTitle()

Return Value

string

at line 216
BlockElement setLayoutTitle(string $layoutTitle)

Parameters

string $layoutTitle

Return Value

BlockElement

at line 226
string getAlgorithm()

Return Value

string

at line 236
BlockElement setAlgorithm(string $algorithm)

Parameters

string $algorithm

Return Value

BlockElement

at line 246
string getLocation()

Return Value

string

at line 256
BlockElement setLocation(string $location)

Parameters

string $location

Return Value

BlockElement

at line 266
string getTemplateName()

Return Value

string

at line 276
BlockElement setTemplateName(string $templateName)

Parameters

string $templateName

Return Value

BlockElement

at line 286
string getLocale()

Return Value

string

at line 296
BlockElement setLocale(string $locale)

Parameters

string $locale

Return Value

BlockElement

at line 306
array getAlgorithmParams()

Return Value

array

at line 316
BlockElement setAlgorithmParams(array $algorithmParams)

Parameters

array $algorithmParams

Return Value

BlockElement

at line 326
mixed getTheme()

Return Value

mixed

at line 336
BlockElement setTheme(mixed $theme)

Parameters

mixed $theme

Return Value

BlockElement

at line 346
mixed getBlockTemplate()

Return Value

mixed

at line 356
BlockElement setBlockTemplate(mixed $blockTemplate)

Parameters

mixed $blockTemplate

Return Value

BlockElement

at line 366
mixed getLinkedEntity()

Return Value

mixed

at line 376
BlockElement setLinkedEntity(mixed $linkedEntity)

Parameters

mixed $linkedEntity

Return Value

BlockElement

at line 386
mixed getLinkedEntityId()

Return Value

mixed

at line 396
BlockElement setLinkedEntityId(mixed $linkedEntityId)

Parameters

mixed $linkedEntityId

Return Value

BlockElement

at line 406
string getEntityRelationshipName()

Return Value

string

at line 416
BlockElement setEntityRelationshipName(string $entityRelationshipName)

Parameters

string $entityRelationshipName

Return Value

BlockElement

at line 426
mixed getPreviewImage()

Return Value

mixed

at line 436
BlockElement setPreviewImage(mixed $previewImage)

Parameters

mixed $previewImage

Return Value

BlockElement

at line 446
mixed getBaseImageUrl()

Return Value

mixed

at line 456
BlockElement setBaseImageUrl(mixed $baseImageUrl)

Parameters

mixed $baseImageUrl

Return Value

BlockElement

at line 466
bool isCachable()

Return Value

bool

at line 476
BlockElement setCachable(bool $cachable)

Parameters

bool $cachable

Return Value

BlockElement