Loading modules/office_hours_date_recur/office_hours_date_recur.info.yml +2 −2 Original line number Diff line number Diff line Loading @@ -8,5 +8,5 @@ type: module package: Field types core_version_requirement: ^11 dependencies: - drupal:office_hours - drupal:date_recur - office_hours:office_hours - date_recur:date_recur src/Plugin/Field/FieldFormatter/OfficeHoursFormatterDefault.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Drupal\Core\Field\FieldItemListInterface; * * @FieldFormatter( * id = "office_hours", * label = @Translation("Plain text"), * label = @Translation("Office Hours (Plain text)"), * field_types = { * "office_hours", * }, Loading src/Plugin/Field/FieldFormatter/OfficeHoursFormatterTable.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use Drupal\office_hours\Plugin\Field\FieldType\OfficeHoursItem; * * @FieldFormatter( * id = "office_hours_table", * label = @Translation("Table"), * label = @Translation("Office Hours (Table)"), * field_types = { * "office_hours", * } Loading src/Plugin/Field/FieldFormatter/OfficeHoursFormatterTableSelectList.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ use Drupal\office_hours\TypedData\OfficeHoursStatus; * * @FieldFormatter( * id = "office_hours_table_details", * label = @Translation("Table Select list"), * label = @Translation("Office Hours (Table Select list)"), * field_types = { * "office_hours", * }, Loading Loading
modules/office_hours_date_recur/office_hours_date_recur.info.yml +2 −2 Original line number Diff line number Diff line Loading @@ -8,5 +8,5 @@ type: module package: Field types core_version_requirement: ^11 dependencies: - drupal:office_hours - drupal:date_recur - office_hours:office_hours - date_recur:date_recur
src/Plugin/Field/FieldFormatter/OfficeHoursFormatterDefault.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Drupal\Core\Field\FieldItemListInterface; * * @FieldFormatter( * id = "office_hours", * label = @Translation("Plain text"), * label = @Translation("Office Hours (Plain text)"), * field_types = { * "office_hours", * }, Loading
src/Plugin/Field/FieldFormatter/OfficeHoursFormatterTable.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use Drupal\office_hours\Plugin\Field\FieldType\OfficeHoursItem; * * @FieldFormatter( * id = "office_hours_table", * label = @Translation("Table"), * label = @Translation("Office Hours (Table)"), * field_types = { * "office_hours", * } Loading
src/Plugin/Field/FieldFormatter/OfficeHoursFormatterTableSelectList.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ use Drupal\office_hours\TypedData\OfficeHoursStatus; * * @FieldFormatter( * id = "office_hours_table_details", * label = @Translation("Table Select list"), * label = @Translation("Office Hours (Table Select list)"), * field_types = { * "office_hours", * }, Loading