protected property DefaultTableMapping::$fieldNames in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php \Drupal\Core\Entity\Sql\DefaultTableMapping::fieldNames
A list of field names per table.
This corresponds to the return value of TableMappingInterface::getFieldNames() except that this variable is additionally keyed by table name.
Type: array[]
File
- core/
lib/ Drupal/ Core/ Entity/ Sql/ DefaultTableMapping.php, line 73
Class
- DefaultTableMapping
- Defines a default table mapping class.
Namespace
Drupal\Core\Entity\SqlCode
protected $fieldNames = [];