interface FieldFormatterConditionInterface in Field Formatter Condition 8
Defines an interface for Field formatter condition plugins.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\fico\Plugin\FieldFormatterConditionInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
Expanded class hierarchy of FieldFormatterConditionInterface
All classes that implement FieldFormatterConditionInterface
File
- src/
Plugin/ FieldFormatterConditionInterface.php, line 10
Namespace
Drupal\fico\PluginView source
interface FieldFormatterConditionInterface extends PluginManagerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DiscoveryInterface:: |
public | function | Gets a specific plugin definition. | 4 |
DiscoveryInterface:: |
public | function | Gets the definition of all plugins for this type. | 3 |
DiscoveryInterface:: |
public | function | Indicates if a specific plugin definition exists. | 2 |
FactoryInterface:: |
public | function | Creates a pre-configured instance of a plugin. | 7 |
MapperInterface:: |
public | function | Gets a preconfigured instance of a plugin. | 4 |