Commit 8f4218f
authored
REFACTOR: Remove getType() override to allow extensibility (#55)
Remove the getType() method override so the element inherits
BaseElement::getType() which uses i18n_singular_name(). This allows
sites to customize the element's display name via extensions by
setting $singular_name.
Fixes #541 parent d804102 commit 8f4218f
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 135 | | |
0 commit comments