Same name in other branches
- 8.x-1.x quicktabs.module \quick_content_factory()
Returns an object that implements the QuickContent interface.
1 call to quick_content_factory()
File
-
./
quicktabs.module, line 520
Code
function quick_content_factory($name, $item) {
return QuickContent::factory($name, $item);
}