function ContextAwarePluginDefinitionTrait::addContextDefinition
Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::addContextDefinition().
2 calls to ContextAwarePluginDefinitionTrait::addContextDefinition()
- LayoutDefinition::__construct in core/
lib/ Drupal/ Core/ Layout/ LayoutDefinition.php  - LayoutDefinition constructor.
 - SectionStorageDefinition::__construct in core/
modules/ layout_builder/ src/ SectionStorage/ SectionStorageDefinition.php  - LayoutDefinition constructor.
 
File
- 
              core/
lib/ Drupal/ Component/ Plugin/ Definition/ ContextAwarePluginDefinitionTrait.php, line 47  
Class
- ContextAwarePluginDefinitionTrait
 - Provides a trait for context-aware object-based plugin definitions.
 
Namespace
Drupal\Component\Plugin\DefinitionCode
public function addContextDefinition($name, ContextDefinitionInterface $definition) {
  $this->contextDefinitions[$name] = $definition;
  return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.