MatcherDumper::dump

public MatcherDumper::dump(array $options = array()) Dumps a set of routes to the router table in the database. Available options: provider: The route grouping that is being dumped. All existing routes with this provider will be deleted on dump. base_class: The base class name. Parameters array $options: An array of options. Overrides MatcherDumperInterface::dump File core/lib/Drupal/Core/Routing/MatcherDumper.php, line 87 Class MatcherDumper Dumps Route information to a database tabl

MatcherDumper::addRoutes

public MatcherDumper::addRoutes(RouteCollection $routes) Adds additional routes to be dumped. Parameters \Symfony\Component\Routing\RouteCollection $routes: A collection of routes to add to this dumper. Overrides MatcherDumperInterface::addRoutes File core/lib/Drupal/Core/Routing/MatcherDumper.php, line 67 Class MatcherDumper Dumps Route information to a database table. Namespace Drupal\Core\Routing Code public function addRoutes(RouteCollection $routes) { if (empty($this->routes

MatcherDumper::$tableName

The name of the SQL table to which to dump the routes. Type: string File core/lib/Drupal/Core/Routing/MatcherDumper.php, line 44 Class MatcherDumper Dumps Route information to a database table. Namespace Drupal\Core\Routing Code protected $tableName;

MatcherDumper::$state

The state. Type: \Drupal\Core\State\StateInterface File core/lib/Drupal/Core/Routing/MatcherDumper.php, line 37 Class MatcherDumper Dumps Route information to a database table. Namespace Drupal\Core\Routing Code protected $state;

MatcherDumper::$routes

The routes to be dumped. Type: \Symfony\Component\Routing\RouteCollection File core/lib/Drupal/Core/Routing/MatcherDumper.php, line 30 Class MatcherDumper Dumps Route information to a database table. Namespace Drupal\Core\Routing Code protected $routes;

MatcherDumper::$connection

The database connection to which to dump route information. Type: \Drupal\Core\Database\Connection File core/lib/Drupal/Core/Routing/MatcherDumper.php, line 23 Class MatcherDumper Dumps Route information to a database table. Namespace Drupal\Core\Routing Code protected $connection;

MatcherDumper

Dumps Route information to a database table. Hierarchy class \Drupal\Core\Routing\MatcherDumper implements MatcherDumperInterface See also \Drupal\Core\Routing\RouteProvider File core/lib/Drupal/Core/Routing/MatcherDumper.php, line 16 Namespace Drupal\Core\Routing Members Name Modifiers Type Description MatcherDumper::$connection protected property The database connection to which to dump route information. MatcherDumper::$routes protected property The routes to

MARK_UPDATED

Mark content as being updated. Related topics Content markers Markers used by mark.html.twig and node_mark() to designate content. File core/includes/theme.inc, line 50 The theme system, which controls the output of Drupal. Code const MARK_UPDATED = 2;

MARK_READ

Mark content as read. Related topics Content markers Markers used by mark.html.twig and node_mark() to designate content. File core/includes/theme.inc, line 40 The theme system, which controls the output of Drupal. Code const MARK_READ = 0;

MARK_NEW

Mark content as being new. Related topics Content markers Markers used by mark.html.twig and node_mark() to designate content. File core/includes/theme.inc, line 45 The theme system, which controls the output of Drupal. Code const MARK_NEW = 1;