Carbon_Fields\Field\Map_With_Address_Field::get_type PHP Метод

get_type() публичный Метод

Return field type.
public get_type ( ) : string
Результат string
    public function get_type()
    {
        $class = get_parent_class($this);
        // setting the type to be the same as the map field
        return $this->clean_type($class);
    }
Map_With_Address_Field