public static function BusinessRulesLocalTask::create in Business Rules 2.x
Same name and namespace in other branches
- 8 src/Plugin/Derivative/BusinessRulesLocalTask.php \Drupal\business_rules\Plugin\Derivative\BusinessRulesLocalTask::create()
Creates a new class instance.
Parameters
\Symfony\Component\DependencyInjection\ContainerInterface $container: The container to pull out services used in the fetcher.
string $base_plugin_id: The base plugin ID for the plugin ID.
Return value
static Returns an instance of this fetcher.
Overrides ContainerDeriverInterface::create
File
- src/
Plugin/ Derivative/ BusinessRulesLocalTask.php, line 24
Class
- BusinessRulesLocalTask
- Provides local tasks to Business Rules entities.
Namespace
Drupal\business_rules\Plugin\DerivativeCode
public static function create(ContainerInterface $container, $base_plugin_id) {
return new static($container);
}