function SyndicateBlock::create
Same name in other branches
- 10 core/modules/node/src/Plugin/Block/SyndicateBlock.php \Drupal\node\Plugin\Block\SyndicateBlock::create()
- 11.x core/modules/node/src/Plugin/Block/SyndicateBlock.php \Drupal\node\Plugin\Block\SyndicateBlock::create()
Overrides ContainerFactoryPluginInterface::create
File
-
core/
modules/ node/ src/ Plugin/ Block/ SyndicateBlock.php, line 52
Class
- SyndicateBlock
- Provides a 'Syndicate' block that links to the site's RSS feed.
Namespace
Drupal\node\Plugin\BlockCode
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
return new static($configuration, $plugin_id, $plugin_definition, $container->get('config.factory'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.