public function TypedData::getType

Implements TypedDataInterface::getType().

Overrides TypedDataInterface::getType

File

drupal/core/lib/Drupal/Core/TypedData/Type/TypedData.php, line 42
Definition of Drupal\Core\TypedData\Type\TypedData.

Class

TypedData
The abstract base class for typed data.

Namespace

Drupal\Core\TypedData\Type

Code

public function getType() {
  return $this->definition['type'];
}