You are here

class Book in Zircon Profile 8

Same name in this branch
  1. 8 vendor/sebastian/comparator/tests/_files/Book.php \SebastianBergmann\Comparator\Book
  2. 8 vendor/phpunit/phpunit/tests/_files/Book.php \Book
  3. 8 core/modules/book/src/Plugin/migrate/destination/Book.php \Drupal\book\Plugin\migrate\destination\Book
  4. 8 core/modules/book/src/Plugin/migrate/source/d6/Book.php \Drupal\book\Plugin\migrate\source\d6\Book
Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/Book.php \Book

A book.

@since Class available since Release 3.6.0

Hierarchy

Expanded class hierarchy of Book

5 string references to 'Book'
book.info.yml in core/modules/book/book.info.yml
core/modules/book/book.info.yml
BookController::adminOverview in core/modules/book/src/Controller/BookController.php
Returns an administrative overview of all books.
BookManager::addFormElements in core/modules/book/src/BookManager.php
Builds the common elements of the book form for the node and outline forms.
Framework_AssertTest::testAssertContainsOnlyInstancesOf in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertContainsOnlyInstancesOf
Framework_AssertTest::testAssertThatContainsOnlyInstancesOf in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertThat @covers PHPUnit_Framework_Assert::containsOnlyInstancesOf

File

vendor/phpunit/phpunit/tests/_files/Book.php, line 16

View source
class Book {

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

}

Members