function ConfigTest::getArrayProperty

Gets the array property value.

Return value

array The array property value.

File

core/modules/config/tests/config_test/src/Entity/ConfigTest.php, line 308

Class

ConfigTest
Defines the ConfigTest configuration entity.

Namespace

Drupal\config_test\Entity

Code

public function getArrayProperty() : array {
    return $this->array_property;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.