SourceType::definition PHP Method

definition() public method

Relationship with the Definition model.
public definition ( )
    public function definition()
    {
        return $this->morphOne('Definition', 'source');
    }