Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forum.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2013 at 19:17 UTC
Updated:
29 Jul 2014 at 22:01 UTC
Convert the following theme functions to use the new table #type:
| Module | Theme function name | Where in Code | What is it really? |
|---|---|---|---|
| forum | theme_forum_list | template | |
| forum | theme_forum_topic_list | template |
Comments
Comment #1
larowlan.
Comment #2
jibranTagging.
Comment #3
neochief commentedIt looks like these functions dont exist anymore and listing was replaced by views.
Comment #4
zhgenti commentedComment #5
joelpittetRe-opening this because it has a tablesort_init call in there and a twig template file that shouldn't be needed.
The manually built header is calling a private function that also doesn't need to exist called '_theme_table_cell'
Comment #6
joelpittetAlso this issue is holding up #1939008: Convert theme_table() to Twig a bit with an @todo.
Comment #7
joelpittetOk scrap that idea. #type table is kinda slow from a DX (@see #1876718: Allow modules to inject columns into tables more easily) and performance prospective(@see #1938926-18: Convert simpletest theme tables to table #type. Just going to change the forum bit that I need for #theme table and leave this closed.