function ViewUI::getTypedData
Same name and namespace in other branches
- 8.9.x core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::getTypedData()
- 10 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::getTypedData()
- 11.x core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\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
File
-
core/
modules/ views_ui/ src/ ViewUI.php, line 1242
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_uiCode
public function getTypedData() {
$this->storage
->getTypedData();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.