class Name
Hierarchy
- class \Drupal\Component\Annotation\Doctrine\Annotation
- class \Drupal\Tests\Component\Annotation\Doctrine\Name extends \Drupal\Component\Annotation\Doctrine\Annotation
Expanded class hierarchy of Name
Related topics
757 string references to 'Name'
- AccountForm::flagViolations in core/
modules/ user/ src/ AccountForm.php - Flags violations for the current form.
- AccountForm::form in core/
modules/ user/ src/ AccountForm.php - Gets the actual form array to be built.
- AccountForm::getEditedFieldNames in core/
modules/ user/ src/ AccountForm.php - Gets the names of all fields edited in the form.
- AccountSettingsForm::buildForm in core/
modules/ user/ src/ AccountSettingsForm.php - Form constructor.
- AddFormBase::buildEntityFormElement in core/
modules/ media_library/ src/ Form/ AddFormBase.php - Builds the sub-form for setting required fields on a new media item.
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ DocParserTest.php, line 1388
Namespace
Drupal\Tests\Component\Annotation\DoctrineView source
class Name extends \Drupal\Component\Annotation\Doctrine\Annotation {
public $foo;
}
Members
| Title Sort descending | Modifiers | Object type | Summary |
|---|---|---|---|
| Annotation::$value | public | property | Value property. Common among all derived classes. |
| Annotation::__construct | final public | function | |
| Annotation::__get | public | function | Error handler for unknown property accessor in Annotation class. |
| Annotation::__set | public | function | Error handler for unknown property mutator in Annotation class. |
| Name::$foo | public | property |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.