public function ContextDefinitionInterface::setDataType in Plug 7
Sets the data type needed by the context.
Parameters
string $data_type: The data type to set.
Return value
$this
File
- lib/
Drupal/ Component/ Plugin/ Context/ ContextDefinitionInterface.php, line 72 - Contains \Drupal\Component\Plugin\Context\ContextDefinitionInterface.
Class
- ContextDefinitionInterface
- Interface for context definitions.
Namespace
Drupal\Component\Plugin\ContextCode
public function setDataType($data_type);