You are here

public property LanguageSelectionPageCondition::$runInBlock in Language Selection Page 8.2

Whether to apply the plugin to the Language selection page block.

  • TRUE if this condition plugin should be run to determine whether to redirect to a language page, as well as whether to display the block.
  • FALSE if this condition should be run to determine whether to redirect to a language page, but not whether to display the block.

Type: bool

See also

\Drupal\language_selection_page\Plugin\Block\LanguageSelectionPageBlock::blockAccess()

File

src/Annotation/LanguageSelectionPageCondition.php, line 57

Class

LanguageSelectionPageCondition
Defines a language selection page condition annotation object.

Namespace

Drupal\language_selection_page\Annotation

Code

public $runInBlock;