You are here

protected property AclTable::$ids in ACL 8

Same name in this branch
  1. 8 src/Plugin/migrate/source/AclTable.php \Drupal\acl\Plugin\migrate\source\AclTable::ids
  2. 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/source/AclTable.php, line 38

Class

AclTable
Drupal 6/7 ACL Table source from database.

Namespace

Drupal\acl\Plugin\migrate\source

Code

protected $ids = [
  'acl_id' => [
    'type' => 'integer',
  ],
];