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();
Please login to continue.