public function Mapping::getProperties

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

Overrides ComplexDataInterface::getProperties

File

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

Class

Mapping
Defines a mapping configuration element.

Namespace

Drupal\Core\Config\Schema

Code

public function getProperties($include_computed = FALSE) {
  return $this
    ->getElements();
}