Skip to content

Commit 2d106ed

Browse files
committed
Cleaning up unrelated/redundant methods
1 parent a252903 commit 2d106ed

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/Driver/Drupal8/ParagraphsDriver.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@
66
* ParagraphsDriver
77
*/
88
class ParagraphsDriver implements ParagraphsDriverInterface {
9-
/**
10-
* @inheritDoc
11-
*/
12-
public function updateDomain($domain, $valid) {
13-
return paragraphs_known_domains_update($domain, $valid);
14-
}
159
}

src/Driver/ParagraphsDriverInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,4 @@
55
* ParagraphsDriverInterface
66
*/
77
interface ParagraphsDriverInterface {
8-
/**
9-
* @param string $domain
10-
* @param bool $valid
11-
* @return bool
12-
*/
13-
public function updateDomain($domain, $valid);
148
}

0 commit comments

Comments
 (0)