Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConfigEntityBase.php

function ConfigEntityBase::hasTrustedData

Overrides ConfigEntityInterface::hasTrustedData

3 calls to ConfigEntityBase::hasTrustedData()
FilterFormat::preSave in core/modules/filter/src/Entity/FilterFormat.php
Acts on an entity before the presave hook is invoked.
Role::preSave in core/modules/user/src/Entity/Role.php
Acts on an entity before the presave hook is invoked.
View::preSave in core/modules/views/src/Entity/View.php
Acts on an entity before the presave hook is invoked.

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php, line 609

Class

ConfigEntityBase
Defines a base configuration entity class.

Namespace

Drupal\Core\Config\Entity

Code

public function hasTrustedData() {
    return $this->trustedData;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal