SerializationInterface

Defines an interface for serialization formats. Hierarchy interface \Drupal\Component\Serialization\SerializationInterface File core/lib/Drupal/Component/Serialization/SerializationInterface.php, line 8 Namespace Drupal\Component\Serialization Members Name Modifiers Type Description SerializationInterface::decode public static function Decodes data from the serialization format. SerializationInterface::encode public static function Encodes data into the serializa

SerializationInterface::decode

public static SerializationInterface::decode($raw) Decodes data from the serialization format. Parameters string $raw: The raw data string to decode. Return value mixed The decoded data. File core/lib/Drupal/Component/Serialization/SerializationInterface.php, line 30 Class SerializationInterface Defines an interface for serialization formats. Namespace Drupal\Component\Serialization Code public static function decode($raw);

Sequence

Defines a configuration element of type Sequence. This object may contain any number and type of nested elements that share a common definition in the 'sequence' property of the configuration schema. Read https://www.drupal.org/node/1905070 for more details about configuration schema, types and type resolution. Hierarchy class \Drupal\Core\TypedData\TypedData implements PluginInspectionInterface, TypedDataInterface uses StringTranslationTrait, TypedDataTraitclass \Drupal\Core\Config\Schema\Elem

Sequence::getElementDefinition

protected Sequence::getElementDefinition($key) Gets data definition object for contained element. Parameters int|string $key: Property name or index of the element. Return value \Drupal\Core\TypedData\DataDefinitionInterface Overrides ArrayElement::getElementDefinition File core/lib/Drupal/Core/Config/Schema/Sequence.php, line 19 Class Sequence Defines a configuration element of type Sequence. Namespace Drupal\Core\Config\Schema Code protected function getElementDefinition($key) {

SerializationInterface::encode

public static SerializationInterface::encode($data) Encodes data into the serialization format. Parameters mixed $data: The data to encode. Return value string The encoded data. File core/lib/Drupal/Component/Serialization/SerializationInterface.php, line 19 Class SerializationInterface Defines an interface for serialization formats. Namespace Drupal\Component\Serialization Code public static function encode($data);

SelectProfileForm::getFormId

public SelectProfileForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php, line 16 Class SelectProfileForm Provides the profile selection form. Namespace Drupal\Core\Installer\Form Code public function getFormId() { return 'install_select_profile_form'; }

SelectProfileForm::buildForm

public SelectProfileForm::buildForm(array $form, FormStateInterface $form_state, $install_state = NULL) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php, line 23 Class SelectProfileForm Provides the profile selection form.

SelectProfileForm::submitForm

public SelectProfileForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php, line 86 Class SelectProfileForm Provides the profile selection form. Namespace Drupal\Core\Installer\Form Code pu

SelectProfileForm

Provides the profile selection form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Installer\Form\SelectProfileForm File core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php, line 11 Namespace Drupal\Core\Installer\Form Members Name Modifiers Type Description Dep

SelectLanguageForm::buildForm

public SelectLanguageForm::buildForm(array $form, FormStateInterface $form_state, $install_state = NULL) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php, line 29 Class SelectLanguageForm Provides the language selection f