You are here

public function ConfigEntityTypeInterface::getPropertiesToExport in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php \Drupal\Core\Config\Entity\ConfigEntityTypeInterface::getPropertiesToExport()

Gets the config entity properties to export if declared on the annotation.

Return value

array|NULL The properties to export or NULL if they can not be determine from the config entity type annotation.

1 method overrides ConfigEntityTypeInterface::getPropertiesToExport()
ConfigEntityType::getPropertiesToExport in core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
Gets the config entity properties to export if declared on the annotation.

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php, line 77
Contains \Drupal\Core\Config\Entity\ConfigEntityTypeInterface.

Class

ConfigEntityTypeInterface
Provides an interface for a configuration entity type and its metadata.

Namespace

Drupal\Core\Config\Entity

Code

public function getPropertiesToExport();