Skip to content

Commit

Permalink
Coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Feb 23, 2024
1 parent d8c3fea commit 34d6b97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FieldMapperInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

namespace Drupal\iiif_presentation_api;

/**
* Generic service interface in which to build out a mapping.
*/
interface FieldMapperInterface {

/**
Expand Down Expand Up @@ -35,4 +38,5 @@ public function getMapping() : array;
* TRUE if present; otherwise, FALSE.
*/
public function isInMapping(string $entity_type_id, string $field_name) : bool;

}

0 comments on commit 34d6b97

Please sign in to comment.