You are here

public function BackgroundImageFormTrait::getValues in Background Image 8

Same name and namespace in other branches
  1. 2.x src/BackgroundImageFormTrait.php \Drupal\background_image\BackgroundImageFormTrait::getValues()
  2. 2.0.x src/BackgroundImageFormTrait.php \Drupal\background_image\BackgroundImageFormTrait::getValues()

Implements \Drupal\Core\Form\FormStateInterface::getValues()

Overrides FormStateValuesTrait::getValues

File

src/BackgroundImageFormTrait.php, line 422

Class

BackgroundImageFormTrait
Trait BackgroundImageFormTrait.

Namespace

Drupal\background_image

Code

public function &getValues() {
  return $this->values;
}