You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BusinessEntityPagePattern class resolves to the following class: Victoire\Bundle\BusinessEntityPageBundle\Entity\BusinessEntityPagePattern.
Did you forget to add a corresponding use statement?
$entityManager = $this->getDoctrine()->getManager();
$form = $this->createForm($this->getPageCategoryType(), $blog);
$businessProperties = array();
//if the page is a business entity pageif ($bloginstanceof BusinessEntityPagePattern) {
//we can use the business entity properties on the seo$businessEntity = $this->get('victoire_core.helper.business_entity_helper')->findById($blog->getBusinessEntityName());
$businessProperties = $businessEntity->getBusinessPropertiesByType('seoable');
}
Second observation:
is this usefull ? this not make sense for me and i wonder why you did this, can you explane me ?
The text was updated successfully, but these errors were encountered:
First observation :
in Bundle/BlogBundle/Controller/BlogController.php, line 179
Second observation:
is this usefull ? this not make sense for me and i wonder why you did this, can you explane me ?
The text was updated successfully, but these errors were encountered: