function BreakLockLink::create
Same name in other branches
- 9 core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php \Drupal\Core\TempStore\Element\BreakLockLink::create()
- 8.9.x core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php \Drupal\Core\TempStore\Element\BreakLockLink::create()
- 11.x core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php \Drupal\Core\TempStore\Element\BreakLockLink::create()
Overrides ContainerFactoryPluginInterface::create
File
-
core/
lib/ Drupal/ Core/ TempStore/ Element/ BreakLockLink.php, line 82
Class
- BreakLockLink
- Provides a link to break a tempstore lock.
Namespace
Drupal\Core\TempStore\ElementCode
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
return new static($configuration, $plugin_id, $plugin_definition, $container->get('date.formatter'), $container->get('entity_type.manager'), $container->get('renderer'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.