BlockInterface::getVisibility

public BlockInterface::getVisibility()

Returns an array of visibility condition configurations.

Return value

array An array of visibility condition configuration keyed by the condition ID.

File

core/modules/block/src/BlockInterface.php, line 60

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

1
public function getVisibility();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.