public functiongetProviders() {
if (isset($this->definition['provider'])) {
// Ensure that we return an array even if// \Drupal\Component\Annotation\AnnotationInterface::setProvider() has// been called.return (array) $this->definition['provider'];
}
return [];
}