SelectionBase.php in Drupal 8
File
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/SelectionBase.phpView 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
Name | Description |
---|---|
SelectionBase Deprecated |