public ConfigEntityBase::hasTrustedData()
Gets whether on not the data is trusted.
Return value
bool TRUE if the configuration data is trusted, FALSE if not.
Overrides ConfigEntityInterface::hasTrustedData
File
- core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php, line 629
Class
- ConfigEntityBase
- Defines a base configuration entity class.
Namespace
Drupal\Core\Config\Entity
Code
public function hasTrustedData() { return $this->trustedData; }
Please login to continue.