/**
* Implements hook_views_query_alter().
*/functionMYMODULE_views_query_alter(ViewExecutable $view, QueryPluginBase $query){
// Do not show rows where CID is unique.if ($view->id() === 'MYVIEW_default') {
$where_clause = 'cid IN (SELECT cid FRO
/**
* Extend poll choices more than 255 characters.
*/functionpoll_update_8006(){
$connection = Database::getConnection();
$entity_definition_update_manager = Drupal::entityDefinitionUpdateManager();
$entity_type_id = 'poll_choice';
// Check if we have updates for entity type.if