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

Returns an object that implements the QuickContent interface.

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

File

./quicktabs.module, line 520

Code

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