Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suresh-kumara-gist/391d2a2dc637e6641d3384db7df47332 to your computer and use it in GitHub Desktop.
Save suresh-kumara-gist/391d2a2dc637e6641d3384db7df47332 to your computer and use it in GitHub Desktop.
entity_type_alter
/**
* Implements hook_entity_type_alter()
* scheduled_update listing page is not providing content related information,
* we have added content related columns in scheduled update listing pages.
*/
//function customizations_entity_type_alter(array &$entity_types) {
// /** @var $entity_types \Drupal\Core\Entity\EntityTypeInterface[] */
// $entity_types['scheduled_update']->setListBuilderClass('Drupal\customizations\CustomScheduledUpdateListBuilder');
//}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment