Overrides AttributeBase::get
public function get() : array { return [ 'id' => $this->getId(), 'class' => $this->getClass(), 'provider' => $this->getProvider(), ]; }