You are here

public function Modal::__sleep in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/EntityBrowser/Display/Modal.php \Drupal\entity_browser\Plugin\EntityBrowser\Display\Modal::__sleep()

Overrides DependencySerializationTrait::__sleep

File

src/Plugin/EntityBrowser/Display/Modal.php, line 151

Class

Modal
Presents entity browser in an Modal.

Namespace

Drupal\entity_browser\Plugin\EntityBrowser\Display

Code

public function __sleep() {
  return [
    'configuration',
  ];
}