SelectionBase.php in Zircon Profile 8.0
Same filename and directory in other branches
File
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/SelectionBase.phpView 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
Name | Description |
---|---|
SelectionBase Deprecated |