installSchema('system', 'sequences'); $this->installSchema('node', 'node_access'); $this->installEntitySchema('user'); $this->installEntitySchema('node'); $this->installEntitySchema('context'); $this->installEntitySchema('file'); $this->installConfig('filter'); $this->installConfig('rest'); } }