Same name and namespace in other branches
  1. 7.x-3.x quicktabs.module \quick_content_factory() 1 comment

Returns an object that implements the QuickContent interface.

1 call to quick_content_factory()
_quicktabs_form in ./quicktabs.admin.inc

File

./quicktabs.module, line 457

Code

function quick_content_factory($name, $item) {
    return QuickContent::factory($name, $item);
}