t('The selected selection handler is broken.'), ]; return $form; } /** * {@inheritdoc} */ public function getReferenceableEntities($match = NULL, $match_operator = 'CONTAINS', $limit = 0) { return []; } /** * {@inheritdoc} */ public function countReferenceableEntities($match = NULL, $match_operator = 'CONTAINS') { return 0; } /** * {@inheritdoc} */ public function validateReferenceableEntities(array $ids) { return []; } }