W3cubDocs

/Drupal 8

public function ConfigEntityTypeInterface::getPropertiesToExport

public 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.

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php, line 72

Class

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

Namespace

Drupal\Core\Config\Entity

Code

public function getPropertiesToExport();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!Entity!ConfigEntityTypeInterface.php/function/ConfigEntityTypeInterface::getPropertiesToExport/8.1.x