public function DashboardSectionStorage::extractIdFromRoute in Dashboards with Layout Builder 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/SectionStorage/DashboardSectionStorage.php \Drupal\dashboards\Plugin\SectionStorage\DashboardSectionStorage::extractIdFromRoute()
File
- src/
Plugin/ SectionStorage/ DashboardSectionStorage.php, line 214
Class
- DashboardSectionStorage
- Dashboard section storage.
Namespace
Drupal\dashboards\Plugin\SectionStorageCode
public function extractIdFromRoute($value, $definition, $name, array $defaults) {
throw new \Exception(new TranslatableMarkup('This method is deprecated in 8.7.0'));
}