class Book in Zircon Profile 8
Same name in this branch
- 8 vendor/sebastian/comparator/tests/_files/Book.php \SebastianBergmann\Comparator\Book
 - 8 vendor/phpunit/phpunit/tests/_files/Book.php \Book
 - 8 core/modules/book/src/Plugin/migrate/destination/Book.php \Drupal\book\Plugin\migrate\destination\Book
 - 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
A book.
@since Class available since Release 3.6.0
Hierarchy
- class \Book
 
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
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            Book:: | 
                  public | property |