BlockInterface::getVisibilityConditions

public BlockInterface::getVisibilityConditions()

Gets conditions for this block.

Return value

\Drupal\Core\Condition\ConditionInterface[]|\Drupal\Core\Condition\ConditionPluginCollection An array or collection of configured condition plugins.

File

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

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

public function getVisibilityConditions();
doc_Drupal
2016-10-29 08:47:36
Comments
Leave a Comment

Please login to continue.