Make RobotListBuilder dragable with DraggableListBuilder

Example RobotListBuilder.php

class RobotListBuilder extends DraggableListBuilder {
  //code...
}

And a RobotStorage.php file:

class RobotStorage extends ConfigEntityStorage {
  
}
CommentFileSizeAuthor
#3 Dragable-Entity-List-#2715179-#3.patch3.57 KBCZ
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

CZ created an issue. See original summary.

CZ’s picture

Issue summary: View changes
CZ’s picture

Patch done:

Mile23’s picture

Component: Entity Example » Config Entity Example