You are here

class CompositeFactory in AmazonS3 7.2

Same name in this branch
  1. 7.2 src/CompositeFactory.php \Drupal\amazons3\CompositeFactory
  2. 7.2 tests/Stub/CompositeFactory.php \Drupal\amazons3Test\Stub\CompositeFactory

@class CompositeFactory @package Drupal\amazons3Test\Stub

Hierarchy

Expanded class hierarchy of CompositeFactory

1 file declares its use of CompositeFactory
CompositeFactoryTest.php in tests/CompositeFactoryTest.php

File

tests/Stub/CompositeFactory.php, line 11

Namespace

Drupal\amazons3Test\Stub
View source
class CompositeFactory extends \Drupal\amazons3\CompositeFactory {
  use Module;

}

Members

Namesort descending Modifiers Type Description Overrides
CompositeFactory::factory public function
CompositeFactory::getDefaultChain public static function Get the default chain to use with clients
Module::$callCount protected property
Module::drupal_alter public function
Module::getCallCount public function Get the call count for a given key.
Module::logCall protected function Log a function call.
Module::module_invoke_all public function