/**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return BaseContactStrategy::NAME == $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return BaseElasticaSearchStrategy::NAME === $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return self::CONFIGURABLE_CONTENT == $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return self::TINYMCEWYSIWYG == $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return self::NAME == $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return BaseMediaListByKeywordStrategy::NAME == $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return BaseAudienceAnalysisStrategy::NAME == $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return self::LANGUAGE_LIST == $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return self::MEDIA_LIST_BY_KEYWORD == $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return self::DISPLAY_MEDIA == $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return BaseTinyMCEWysiwygStrategy::NAME == $block->getComponent();
 }
 /**
  * Check if the strategy support this block
  *
  * @param ReadBlockInterface $block
  *
  * @return boolean
  */
 public function support(ReadBlockInterface $block)
 {
     return self::AUDIENCE_ANALYSIS == $block->getComponent();
 }