public function SocialEventInviteConfigOverride::createConfigObject in Open Social 10.1.x
Same name and namespace in other branches
- 10.3.x modules/social_features/social_event/modules/social_event_invite/src/SocialEventInviteConfigOverride.php \Drupal\social_event_invite\SocialEventInviteConfigOverride::createConfigObject()
- 10.2.x modules/social_features/social_event/modules/social_event_invite/src/SocialEventInviteConfigOverride.php \Drupal\social_event_invite\SocialEventInviteConfigOverride::createConfigObject()
Creates a configuration object for use during install and synchronization.
Parameters
string $name: The configuration object name.
string $collection: The configuration collection.
Return value
\Drupal\Core\Config\StorableConfigBase|null The configuration object for the provided name and collection.
Overrides ConfigFactoryOverrideInterface::createConfigObject
File
- modules/
social_features/ social_event/ modules/ social_event_invite/ src/ SocialEventInviteConfigOverride.php, line 213
Class
- SocialEventInviteConfigOverride
- Provides an overridden elements.
Namespace
Drupal\social_event_inviteCode
public function createConfigObject($name, $collection = StorageInterface::DEFAULT_COLLECTION) {
return NULL;
}