<?php namespace Drupal\api\Interfaces; /** * Provides an interface defining a branch entity type. */ interface ReParseInterface { /** * Marks a branch for re-parsing. */ public function reParse(); }
Главная | Обратная связь