Cake\ElasticSearch\Datasource\MappingSchema::name PHP Method

name() public method

Get the name of the type for this mapping.
public name ( ) : string
return string
    public function name()
    {
        return $this->name;
    }