protected property BlockVisibility::$skipPHP in Drupal 10
Same name and namespace in other branches
- 8 core/modules/block/src/Plugin/migrate/process/BlockVisibility.php \Drupal\block\Plugin\migrate\process\BlockVisibility::skipPHP
- 9 core/modules/block/src/Plugin/migrate/process/BlockVisibility.php \Drupal\block\Plugin\migrate\process\BlockVisibility::skipPHP
Whether or not to skip blocks that use PHP for visibility. Only applies if the PHP module is not enabled.
Type: bool
File
- core/
modules/ block/ src/ Plugin/ migrate/ process/ BlockVisibility.php, line 42
Class
- BlockVisibility
- Plugin annotation @MigrateProcessPlugin( id = "block_visibility" )
Namespace
Drupal\block\Plugin\migrate\processCode
protected $skipPHP = FALSE;