public function TypedDataInterface::getType

Gets the data type.

Return value

string The data type of the wrapped data.

5 methods override TypedDataInterface::getType()
ActionConfigEntityInterface::getType in drupal/core/modules/system/lib/Drupal/system/ActionConfigEntityInterface.php
Returns the operation type.
Entity::getType in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements \Drupal\Core\TypedData\TypedDataInterface::getType().
EntityBCDecorator::getType in drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php
Forwards the call to the decorated entity.
TypedData::getType in drupal/core/lib/Drupal/Core/TypedData/TypedData.php
Implements \Drupal\Core\TypedData\TypedDataInterface::getType().
ViewUI::getType in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Implements \Drupal\Core\TypedData\TypedDataInterface::getType().

File

drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php, line 23
Contains \Drupal\Core\TypedData\TypedDataInterface.

Class

TypedDataInterface
Interface for typed data objects.

Namespace

Drupal\Core\TypedData

Code

public function getType();