Loading core/modules/views/src/Hook/ViewsViewsHooks.php +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ public function viewsData(): array { 'help' => $this->t('Displays the actual position of the view result'), 'field' => [ 'id' => 'counter', 'click sortable' => FALSE, ], ]; $data['views']['area'] = [ Loading core/modules/views/views.post_update.php +7 −0 Original line number Diff line number Diff line Loading @@ -129,3 +129,10 @@ function views_post_update_block_items_per_page(?array &$sandbox = NULL): void { function views_post_update_add_date_default_arguments(): void { // Empty update to cause a cache rebuild so that schema additions are read. } /** * Clear cache to apply non-sortable counter field change. */ function views_post_update_counter_field_not_sortable(): void { // Empty update to trigger a cache rebuild so updated Views data is applied. } Loading
core/modules/views/src/Hook/ViewsViewsHooks.php +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ public function viewsData(): array { 'help' => $this->t('Displays the actual position of the view result'), 'field' => [ 'id' => 'counter', 'click sortable' => FALSE, ], ]; $data['views']['area'] = [ Loading
core/modules/views/views.post_update.php +7 −0 Original line number Diff line number Diff line Loading @@ -129,3 +129,10 @@ function views_post_update_block_items_per_page(?array &$sandbox = NULL): void { function views_post_update_add_date_default_arguments(): void { // Empty update to cause a cache rebuild so that schema additions are read. } /** * Clear cache to apply non-sortable counter field change. */ function views_post_update_counter_field_not_sortable(): void { // Empty update to trigger a cache rebuild so updated Views data is applied. }