class Book

A book.

@package PHPUnit @author Bernhard Schussek <bschussek@2bepublished.at> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link http://www.phpunit.de/ @since Class available since Release 3.6.0

Hierarchy

Expanded class hierarchy of Book

8 string references to 'Book'
book.info.yml in drupal/core/modules/book/book.info.yml
drupal/core/modules/book/book.info.yml
BookController::adminOverview in drupal/core/modules/book/lib/Drupal/book/Controller/BookController.php
Returns an administrative overview of all books.
BookTest::getInfo in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
book_entity_bundle_info in drupal/core/modules/book/book.module
Implements hook_entity_bundle_info().
book_library_info in drupal/core/modules/book/book.module
Implements hook_library_info().

... See full list

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/Book.php, line 55

View source
class Book {

  // the order of properties is important for testing the cycle!
  public $author = NULL;

}

Members