function DateFormatListBuilder::createInstance
Same name in other branches
- 9 core/modules/system/src/DateFormatListBuilder.php \Drupal\system\DateFormatListBuilder::createInstance()
- 10 core/modules/system/src/DateFormatListBuilder.php \Drupal\system\DateFormatListBuilder::createInstance()
- 11.x core/modules/system/src/DateFormatListBuilder.php \Drupal\system\DateFormatListBuilder::createInstance()
Overrides EntityListBuilder::createInstance
File
-
core/
modules/ system/ src/ DateFormatListBuilder.php, line 45
Class
- DateFormatListBuilder
- Defines a class to build a listing of date format entities.
Namespace
Drupal\systemCode
public static function createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) {
return new static($entity_type, $container->get('entity_type.manager')
->getStorage($entity_type->id()), $container->get('date.formatter'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.