protected property AclTable::$ids in ACL 8
Same name in this branch
- 8 src/Plugin/migrate/source/AclTable.php \Drupal\acl\Plugin\migrate\source\AclTable::ids
- 8 src/Plugin/migrate/destination/AclTable.php \Drupal\acl\Plugin\migrate\destination\AclTable::ids
Default Ids for Migrate API.
Type: array
File
- src/
Plugin/ migrate/ destination/ AclTable.php, line 39
Class
- AclTable
- Drupal 8 ACL Table destination.
Namespace
Drupal\acl\Plugin\migrate\destinationCode
protected $ids = [
'acl_id' => [
'type' => 'integer',
],
];