public function MappingDriverChain::getDrivers

Get the array of nested drivers.

Return value

array $drivers

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php, line 86

Class

MappingDriverChain
The DriverChain allows you to add multiple other mapping drivers for certain namespaces

Namespace

Doctrine\Common\Persistence\Mapping\Driver

Code

public function getDrivers() {
  return $this->drivers;
}