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();
doc_Drupal
2016-10-29 08:53:08
Comments
Leave a Comment

Please login to continue.