public ViewUI::getTypedData()
Gets a typed data object for this entity object.
The returned typed data object wraps this entity and allows dealing with entities based on the generic typed data API.
Return value
\Drupal\Core\TypedData\ComplexDataInterface The typed data object for this entity.
Overrides EntityInterface::getTypedData
See also
\Drupal\Core\TypedData\TypedDataInterface
File
- core/modules/views_ui/src/ViewUI.php, line 1248
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_ui
Code
public function getTypedData() { $this->storage->getTypedData(); }
Please login to continue.