schmunk42\giiant\generators\crud\ProviderTrait::relationGrid PHP Method

relationGrid() public method

public relationGrid ( $name, $relation, $showAllRecords = false )
    public function relationGrid($name, $relation, $showAllRecords = false)
    {
        Yii::trace("calling provider queue for '{$name}'", __METHOD__);
        return $this->callProviderQueue(__FUNCTION__, $name, $relation, $showAllRecords);
    }