CalendarEventsIndex |
src/Plugin/ServiceDefinition/CalendarEventsIndex.php |
Plugin annotation
@ServiceDefinition(
id = "calendar_events_index",
methods = {
"GET"
},
translatable = true,
deriver = "\Drupal\bat_api\Plugin\Deriver\CalendarEventsIndex"
) |
EventsIndex |
src/Plugin/ServiceDefinition/EventsIndex.php |
Plugin annotation
@ServiceDefinition(
id = "events_index",
methods = {
"GET"
},
translatable = true,
deriver = "\Drupal\bat_api\Plugin\Deriver\EventsIndex"
) |
MatchingUnitIndex |
src/Plugin/ServiceDefinition/MatchingUnitIndex.php |
Plugin annotation
@ServiceDefinition(
id = "matching_unit_index",
methods = {
"GET"
},
translatable = true,
deriver = "\Drupal\bat_api\Plugin\Deriver\MatchingUnitIndex"
) |
UnitIndex |
src/Plugin/ServiceDefinition/UnitIndex.php |
Plugin annotation
@ServiceDefinition(
id = "unit_index",
methods = {
"GET"
},
translatable = true,
deriver = "\Drupal\bat_api\Plugin\Deriver\UnitIndex"
) |