You are here
7 classes are annotated with Matcher in Linkit 8.4
- ConfigurableDummyMatcher in tests/linkit_test/src/Plugin/Linkit/Matcher/ConfigurableDummyMatcher.php
- Plugin annotation
@Matcher(
id = "configurable_dummy_matcher",
label = @Translation("Configurable Dummy Matcher"),
)
- DummyMatcher in tests/linkit_test/src/Plugin/Linkit/Matcher/DummyMatcher.php
- Plugin annotation
@Matcher(
id = "dummy_matcher",
label = @Translation("Dummy Matcher"),
)
- EntityMatcher in src/Plugin/Linkit/Matcher/EntityMatcher.php
- Plugin annotation
@Matcher(
id = "entity",
label = @Translation("Entity"),
deriver = "\Drupal\linkit\Plugin\Derivative\EntityMatcherDeriver"
)
- FileMatcher in src/Plugin/Linkit/Matcher/FileMatcher.php
- Plugin annotation
@Matcher(
id = "entity:file",
target_entity = "file",
label = @Translation("File"),
provider = "file"
)
- NodeMatcher in src/Plugin/Linkit/Matcher/NodeMatcher.php
- Plugin annotation
@Matcher(
id = "entity:node",
target_entity = "node",
label = @Translation("Content"),
provider = "node"
)
- TermMatcher in src/Plugin/Linkit/Matcher/TermMatcher.php
- Plugin annotation
@Matcher(
id = "entity:taxonomy_term",
target_entity = "taxonomy_term",
label = @Translation("Taxonomy term"),
provider = "taxonomy"
)
- UserMatcher in src/Plugin/Linkit/Matcher/UserMatcher.php
- Plugin annotation
@Matcher(
id = "entity:user",
target_entity = "user",
label = @Translation("User"),
provider = "user"
)