Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
EntityNG.php
»
EntityNG
»
EntityNG::getPropertyDefinitions
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
9 calls to EntityNG::getPropertyDefinitions()
EntityNG::getBCEntity
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityNG.php
Overrides Entity::getBCEntity().
EntityNG::getProperties
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityNG.php
Implements
\Drupal\Core\TypedData\ComplexDataInterface::getProperties
().
EntityNG::getPropertyDefinition
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityNG.php
Implements
\Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinition
().
EntityNG::getTranslation
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityNG.php
Implements
\Drupal\Core\TypedData\TranslatableInterface::getTranslation
().
EntityNG::getTranslationLanguages
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityNG.php
Implements
\Drupal\Core\TypedData\TranslatableInterface::getTranslationLanguages
().
EntityNG::updateOriginalValues
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityNG.php
Updates the original values with the interim changes.
EntityNG::__get
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityNG.php
Implements the magic method for setting object properties.
Node::getBCEntity
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Plugin/
Core/
Entity/
Node.php
Overrides Entity::getBCEntity().
User::getBCEntity
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Plugin/
Core/
Entity/
User.php
Overrides Entity::getBCEntity().