function BaseFieldDefinition::getPropertyNames

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Field/BaseFieldDefinition.php \Drupal\Core\Field\BaseFieldDefinition::getPropertyNames()

File

core/lib/Drupal/Core/Field/BaseFieldDefinition.php, line 598

Class

BaseFieldDefinition
A class for defining entity fields.

Namespace

Drupal\Core\Field

Code

public function getPropertyNames() {
  return array_keys($this->getPropertyDefinitions());
}

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