You are here

service schemata.schema_factory in Schemata 8

Class

Drupal\schemata\SchemaFactory
3 string references to schemata.schema_factory
Controller::create in src/Controller/Controller.php
Instantiates a new instance of this class.
SchemaFactoryTest::setUp in tests/src/Kernel/SchemaFactoryTest.php
SchemataBrowserTestBase::setUp in tests/src/Functional/SchemataBrowserTestBase.php

File

./schemata.services.yml
schemata.services.yml

View source
  1. class: Drupal\schemata\SchemaFactory
  2. arguments:
  3. - '@logger.channel.schemata'
  4. - '@entity_type.manager'
  5. - '@entity_type.bundle.info'
  6. - '@typed_data_manager'
  7. - '@config.typed'