uuid = $uuid; $this->entities = $entities; } /** * Implements \Drupal\Core\Ajax\CommandInterface::render(). */ public function render() { return [ 'command' => 'select_entities', 'uuid' => $this->uuid, 'entities' => $this->entities, ]; } }