49 $form->required(
"target_class",
"associated_classes");
50 $form->unique(
"target_class",
"The binding for this class has already been defined");
56 new CheckListFieldRenderer(
$form,
"associated_classes",
"Associated Content Items",
$classes);
60 new SelectFieldRenderer(
$form,
"target_class",
"Target Class",
$targets);
66 redirect(
"/admin/bindings");
72 echo
$form->drawForm();
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
static getBindableClassOptions()
static getRegisteredClassOptions()
Retrieves the list of DataItem classes that have registered as supporting taxonomy term associations ...
$method
Pull out a simple reference to the request method.