You are here

protected property ContextDefinition::$dataType in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php \Drupal\Core\Plugin\Context\ContextDefinition::dataType
  2. 9 core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php \Drupal\Core\Plugin\Context\ContextDefinition::dataType

The data type of the data.

The data type.

Type: string

File

core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php, line 25

Class

ContextDefinition
Defines a class for context definitions.

Namespace

Drupal\Core\Plugin\Context

Code

protected $dataType;