function ContentEntityBase::bundle

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/ContentEntityBase.php \Drupal\Core\Entity\ContentEntityBase::bundle()
  2. 10 core/lib/Drupal/Core/Entity/ContentEntityBase.php \Drupal\Core\Entity\ContentEntityBase::bundle()
  3. 11.x core/lib/Drupal/Core/Entity/ContentEntityBase.php \Drupal\Core\Entity\ContentEntityBase::bundle()

Overrides EntityBase::bundle

8 calls to ContentEntityBase::bundle()
Comment::getTypeId in core/modules/comment/src/Entity/Comment.php
Get the comment type ID for this comment.
ContentEntityBase::access in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Checks data value access.
ContentEntityBase::getFieldDefinitions in core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBase::getFieldsToSkipFromTranslationChangesCheck in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Returns an array of field names to skip in ::hasTranslationChanges.
ContentEntityBase::isDefaultTranslationAffectedOnly in core/lib/Drupal/Core/Entity/ContentEntityBase.php

... See full list

File

core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 545

Class

ContentEntityBase
Implements Entity Field API specific enhancements to the Entity class.

Namespace

Drupal\Core\Entity

Code

public function bundle() {
    return $this->getEntityKey('bundle');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.