You are here

SelectionBase.php in Drupal 8

File

core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/SelectionBase.php
View source
<?php

namespace Drupal\Core\Entity\Plugin\EntityReferenceSelection;


/**
 * @deprecated in drupal:8.0.0 and is removed from drupal:9.0.0.
 *   Use \Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection
 */
class SelectionBase extends DefaultSelection {

}

Classes

Namesort descending Description
SelectionBase Deprecated