You are here

SelectionBase.php in Zircon Profile 8

File

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

/**
 * @file
 * Contains \Drupal\Core\Entity\Plugin\EntityReferenceSelection\SelectionBase.
 */
namespace Drupal\Core\Entity\Plugin\EntityReferenceSelection;


/**
 * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
 *   Use \Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection
 */
class SelectionBase extends DefaultSelection {

}

Classes

Namesort descending Description
SelectionBase Deprecated