public function Mapping::getPropertyValues

Implements Drupal\Core\TypedData\ComplexDataInterface::getPropertyValues().

Overrides ComplexDataInterface::getPropertyValues

File

drupal/core/lib/Drupal/Core/Config/Schema/Mapping.php, line 86
Contains \Drupal\Core\Config\Schema\Mapping.

Class

Mapping
Defines a mapping configuration element.

Namespace

Drupal\Core\Config\Schema

Code

public function getPropertyValues() {
  return $this
    ->getValue();
}