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();
Please login to continue.