You are here

public function WebformContentCreatorInterface::equalsWebform in Webform Content Creator 3.x

Same name and namespace in other branches
  1. 8 src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::equalsWebform()
  2. 2.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::equalsWebform()

Check if the webform id is equal to the configured webform id.

Parameters

string $webform: Webform id.

Return value

bool True, if the parameter is equal to the webform id of Webform content creator entity. Otherwise, returns false.

1 method overrides WebformContentCreatorInterface::equalsWebform()
WebformContentCreatorEntity::equalsWebform in src/Entity/WebformContentCreatorEntity.php
Check if the webform id is equal to the configured webform id.

File

src/WebformContentCreatorInterface.php, line 175

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function equalsWebform($webform);