public function BlazyConfigEntityBaseInterface::getOptions in Blazy 8.2
Returns the options by group, or property.
Parameters
string $group: The name of setting group: settings, etc.
string $property: The name of specific property.
Return value
mixed|array|null Available options by $group, $property, all, or NULL.
1 method overrides BlazyConfigEntityBaseInterface::getOptions()
- BlazyConfigEntityBase::getOptions in src/
Dejavu/ BlazyConfigEntityBase.php - Returns the options by group, or property.
File
- src/
Dejavu/ BlazyConfigEntityBaseInterface.php, line 25
Class
- BlazyConfigEntityBaseInterface
- Provides a common config entity for Slick, Splide, ElevateZoomPLus, etc.
Namespace
Drupal\blazy\DejavuCode
public function getOptions($group = NULL, $property = NULL);