function views_update_8003 in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/views.install \views_update_8003()
Clear caches to fix entity operations field.
File
- core/
modules/ views/ views.install, line 325 - Contains install and update functions for Views.
Code
function views_update_8003() {
// Empty update to cause a cache flush so that views data is rebuilt. Entity
// types that don't implement a list builder cannot have the entity operations
// field.
}