Skip to content

CustomerGroupId Criterion

The CustomerGroupId Search Criterion searches for content based on the ID of its customer group.

Arguments

  • value - int(s) representing the customer group ID(s)

Example

PHP

1
$query->query = new Criterion\CustomerGroupId(1);