Book.php

Same filename in this branch
  1. 8.9.x core/modules/book/src/Plugin/migrate/destination/Book.php
  2. 8.9.x core/modules/book/src/Plugin/migrate/source/Book.php
Same filename and directory in other branches
  1. 9 core/modules/book/src/Plugin/migrate/destination/Book.php
  2. 9 core/modules/book/src/Plugin/migrate/source/Book.php
  3. 10 core/modules/book/src/Plugin/migrate/destination/Book.php
  4. 10 core/modules/book/src/Plugin/migrate/source/Book.php
  5. 11.x core/modules/book/src/Plugin/migrate/destination/Book.php
  6. 11.x core/modules/book/src/Plugin/migrate/source/Book.php

Namespace

Drupal\book\Plugin\migrate\source\d6

File

core/modules/book/src/Plugin/migrate/source/d6/Book.php

View source
<?php

namespace Drupal\book\Plugin\migrate\source\d6;

use Drupal\book\Plugin\migrate\source\Book as BookGeneral;
@trigger_error('Book is deprecated in Drupal 8.6.x and will be removed before Drupal 9.0.x. Use \\Drupal\\book\\Plugin\\migrate\\source\\Book instead. See https://www.drupal.org/node/2947487 for more information.', E_USER_DEPRECATED);

/**
 * Drupal 6 book source.
 *
 * @MigrateSource(
 *   id = "d6_book",
 *   source_module = "book"
 * )
 *
 * @deprecated in drupal:8.6.0 and is removed from drupal:9.0.0. Use
 * \Drupal\book\Plugin\migrate\source\Book instead. See
 * https://www.drupal.org/node/2947487 for more information.
 */
class Book extends BookGeneral {

}

Classes

Title Deprecated Summary
Book

in drupal:8.6.0 and is removed from drupal:9.0.0. Use \Drupal\book\Plugin\migrate\source\Book instead. See https://www.drupal.org/node/2947487 for more information.

Drupal 6 book source.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.