ConfigEntityBase::hasTrustedData

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;
}
doc_Drupal
2016-10-29 08:52:28
Comments
Leave a Comment

Please login to continue.