Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created March 25, 2026 12:39
Show Gist options
  • Select an option

  • Save Kcko/368424af4c9b423470dbd2889e9a10e1 to your computer and use it in GitHub Desktop.

Select an option

Save Kcko/368424af4c9b423470dbd2889e9a10e1 to your computer and use it in GitHub Desktop.
<?php
$tableStructure = $this->connection->getStructure()->getTableStructure($table);
$tableStructure['domain_id']->setDomainFilter($bcId === self::ALL_BC ? false : ($bcId ?? $this->getCurrentBrandCloudId()));
$selection = $this->connection->table($table, $tableStructure);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment