interface ReplicationFilterManagerInterface in Replication 8
Same name and namespace in other branches
- 8.2 src/Plugin/ReplicationFilterManagerInterface.php \Drupal\replication\Plugin\ReplicationFilterManagerInterface
Manages ReplicationFilter plugin implementations.
Hierarchy
- interface \Drupal\Component\Plugin\PluginManagerInterface; interface \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface
- interface \Drupal\replication\Plugin\ReplicationFilterManagerInterface
Expanded class hierarchy of ReplicationFilterManagerInterface
All classes that implement ReplicationFilterManagerInterface
See also
\Drupal\replication\Annotation\ReplicationFilter
\Drupal\replication\Plugin\ReplicationFilterInterface
\Drupal\replication\Plugin\ReplicationFilter\ReplicationFilterBase
3 files declare their use of ReplicationFilterManagerInterface
- Changes.php in src/
Changes/ Changes.php - ChangesFactory.php in src/
ChangesFactory.php - ReplicationFilterManager.php in src/
Plugin/ ReplicationFilterManager.php
File
- src/
Plugin/ ReplicationFilterManagerInterface.php, line 16
Namespace
Drupal\replication\PluginView source
interface ReplicationFilterManagerInterface extends PluginManagerInterface, CachedDiscoveryInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CachedDiscoveryInterface:: |
public | function | Clears static and persistent plugin definition caches. | 2 |
CachedDiscoveryInterface:: |
public | function | Disable the use of caches. | 2 |
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 |