As per https://www.drupal.org/node/2200867 entity controllers have been renamed to handlers. As a result the following error appears in the logs when you visit admin/config/search/xmlsitemap

Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException: The "xmlsitemap" entity type did not specify a list_builder handler. in Drupal\Core\Entity\EntityManager->getHandler() (line 325 of drupal-8.0.0-beta4/core/lib/Drupal/Core/Entity/EntityManager.php).

Attached patch fixes this.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

This works!

  • tadityar committed be46649 on 8.x-1.x authored by stella
    Issue #2401339 by stella: Entity controllers renamed to handlers
    
tadityar’s picture

Status: Reviewed & tested by the community » Fixed

Patch looks good and the error disappeared. Committed and pushed to 8.x-1.x.

thanks @stella and @andythorne!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.