Overrides DiscoveryTrait::getDefinitions
public function getDefinitions() { $definitions = []; foreach ($this->schemaStorage ->readMultiple($this->schemaStorage ->listAll()) as $schema) { foreach ($schema as $type => $definition) { $definitions[$type] = $definition; } } return $definitions; }