public function ContentService::getContentTypeConfig in Content Planner 8
Return value
\Drupal\Core\Entity\EntityInterface[]|static[]
2 calls to ContentService::getContentTypeConfig()
- ContentService::getFollowingContent in modules/
content_calendar/ src/ ContentService.php - ContentService::getRecentContent in modules/
content_calendar/ src/ ContentService.php
File
- modules/
content_calendar/ src/ ContentService.php, line 25
Class
- ContentService
- Class UserProfileImage.
Namespace
Drupal\content_calendarCode
public function getContentTypeConfig() {
return $this->contentTypeConfig;
}