/** * Return the custom field attributes. * * @return array */ public function attributes() { return ['data-field' => $this->object->getField(), 'data-field_name' => $this->object->getFieldName(), 'data-provides' => $this->object->getNamespace()]; }