You are here

public function ComponentSectionFormHandler::getSectionFormComponentProperties in Module Builder 8.3

Gets the component properties to show for a section form.

Parameters

string $form_op: The form operation name.

Return value

string[] An array of property names for the component.

File

src/EntityHandler/ComponentSectionFormHandler.php, line 162

Class

ComponentSectionFormHandler
Provides definitions of form sections, paths, titles, and properties used.

Namespace

Drupal\module_builder\EntityHandler

Code

public function getSectionFormComponentProperties($form_op) {
  return $this->formSectionData[$form_op]['properties'];
}