You are here

protected function ParagraphTest::getExpectedBehaviorSettingsValue in Entity Share 8.3

Helper function to check behavior settings value.

Return value

string The expected value after import.

File

modules/entity_share_client/tests/src/Functional/ParagraphTest.php, line 157

Class

ParagraphTest
Functional test class for paragraphs.

Namespace

Drupal\Tests\entity_share_client\Functional

Code

protected function getExpectedBehaviorSettingsValue(ContentEntityInterface $entity, string $field_name) {
  return serialize(static::$behaviorSettings);
}