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

Returns an object that implements the QuickContent interface.

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

Fichier

./quicktabs.module, line 457

Code

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