class AdministrationLanguageNegotiationCondition in Administration Language Negotiation 8
Defines a administration language negotiation condition annotation object.
Plugin Namespace: Plugin\AdministrationLanguageNegotiationCondition.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\Core\Condition\Annotation\Condition
- class \Drupal\administration_language_negotiation\Annotation\AdministrationLanguageNegotiationCondition
- class \Drupal\Core\Condition\Annotation\Condition
Expanded class hierarchy of AdministrationLanguageNegotiationCondition
See also
2 classes are annotated with AdministrationLanguageNegotiationCondition
- AdminRoutes in src/
Plugin/ AdministrationLanguageNegotiationCondition/ AdminRoutes.php - Class for the Blacklisted paths condition plugin.
- Paths in src/
Plugin/ AdministrationLanguageNegotiationCondition/ Paths.php - Class for the Blacklisted paths condition plugin.
File
- src/
Annotation/ AdministrationLanguageNegotiationCondition.php, line 18
Namespace
Drupal\administration_language_negotiation\AnnotationView source
class AdministrationLanguageNegotiationCondition extends Condition {
/**
* Description of the administration language negotiation condition plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $description;
/**
* Administration language negotiation condition plugin ID.
*
* @var string
*/
public $id;
/**
* Human-readable name of the condition plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $name;
/**
* Weight of the administration language negotiation condition plugin.
*
* @var int
*/
public $weight;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AdministrationLanguageNegotiationCondition:: |
public | property | Description of the administration language negotiation condition plugin. | |
AdministrationLanguageNegotiationCondition:: |
public | property |
Administration language negotiation condition plugin ID. Overrides Condition:: |
|
AdministrationLanguageNegotiationCondition:: |
public | property | Human-readable name of the condition plugin. | |
AdministrationLanguageNegotiationCondition:: |
public | property | Weight of the administration language negotiation condition plugin. | |
Condition:: |
public | property | The category under which the condition should listed in the UI. | |
Condition:: |
public | property | An array of context definitions describing the context used by the plugin. | |
Condition:: |
public | property | An array of context definitions describing the context used by the plugin. | |
Condition:: |
public | property | The human-readable name of the condition. | |
Condition:: |
public | property | The name of the module providing the type. | |
Plugin:: |
protected | property | The plugin definition read from the class annotation. | 1 |
Plugin:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
5 |
Plugin:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function | Constructs a Plugin object. | 2 |