ForeignKey::$foreignColumns
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Database/SchemaDefinition/ForeignKey.php \Drupal\Core\Database\SchemaDefinition\ForeignKey::foreignColumns
The foreign key columns.
The list of KeyColumn objects of the foreign table.
Type: list
File
-
core/
lib/ Drupal/ Core/ Database/ SchemaDefinition/ ForeignKey.php, line 20
Class
- ForeignKey
- Describes a database foreign key.
Namespace
Drupal\Core\Database\SchemaDefinitionCode
public readonly array $foreignColumns;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.