function ConfigEntityTypeInterface::getPropertiesToExport
Same name in other branches
- 9 core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php \Drupal\Core\Config\Entity\ConfigEntityTypeInterface::getPropertiesToExport()
- 8.9.x core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php \Drupal\Core\Config\Entity\ConfigEntityTypeInterface::getPropertiesToExport()
- 10 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.
Parameters
string $id: The ID of the configuration entity.
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 75
Class
- ConfigEntityTypeInterface
- Provides an interface for a configuration entity type and its metadata.
Namespace
Drupal\Core\Config\EntityCode
public function getPropertiesToExport($id = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.