/**
  * Get all mutators associated with field type.
  *
  * @param string $type Field type.
  * @return array
  */
 public function getMutators($type)
 {
     return $this->config->getMutators($type);
 }