You are here

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

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

Returns the entity attributes as an associative array.

Return value

array The entity attributes mapping.

1 method overrides WebformContentCreatorInterface::getAttributes()
WebformContentCreatorEntity::getAttributes in src/Entity/WebformContentCreatorEntity.php
Returns the entity attributes as an associative array.

File

src/WebformContentCreatorInterface.php, line 103

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function getAttributes();