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

Breadcrumb

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

function EntityBase::postCreate

Overrides EntityInterface::postCreate

8 calls to EntityBase::postCreate()
FieldConfigBase::postCreate in core/lib/Drupal/Core/Field/FieldConfigBase.php
Acts on a created entity before hooks are invoked.
FieldConfigBase::postCreate in core/lib/Drupal/Core/Field/FieldConfigBase.php
Acts on a created entity before hooks are invoked.
FieldStorageConfig::postCreate in core/modules/field/src/Entity/FieldStorageConfig.php
Acts on a created entity before hooks are invoked.
FieldStorageConfig::postCreate in core/modules/field/src/Entity/FieldStorageConfig.php
Acts on a created entity before hooks are invoked.
SearchPage::postCreate in core/modules/search/src/Entity/SearchPage.php
Acts on a created entity before hooks are invoked.

... See full list

5 methods override EntityBase::postCreate()
ContentEntityBase::postCreate in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Acts on a created entity before hooks are invoked.
FieldConfigBase::postCreate in core/lib/Drupal/Core/Field/FieldConfigBase.php
Acts on a created entity before hooks are invoked.
FieldStorageConfig::postCreate in core/modules/field/src/Entity/FieldStorageConfig.php
Acts on a created entity before hooks are invoked.
SearchPage::postCreate in core/modules/search/src/Entity/SearchPage.php
Acts on a created entity before hooks are invoked.
View::postCreate in core/modules/views/src/Entity/View.php
Acts on a created entity before hooks are invoked.

File

core/lib/Drupal/Core/Entity/EntityBase.php, line 419

Class

EntityBase
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function postCreate(EntityStorageInterface $storage) {
}

API Navigation

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