Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CommentType | class | core/ |
Drupal 6/7 comment types source from database. |
| CommentType.php | file | core/ |
|
| CommentType.php | file | core/ |
|
| CommentType::$description | property | core/ |
The description of the comment type. |
| CommentType::$id | property | core/ |
The comment type ID. |
| CommentType::$label | property | core/ |
The comment type label. |
| CommentType::$target_entity_type_id | property | core/ |
The target entity type. |
| CommentType::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
| CommentType::fields | function | core/ |
Returns available fields on the source. |
| CommentType::getCommentFields | function | core/ |
Returns the fields containing comment settings for each node type. |
| CommentType::getDescription | function | core/ |
Returns the comment type description. |
| CommentType::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| CommentType::getTargetEntityTypeId | function | core/ |
Gets the target entity type id for this comment type. |
| CommentType::prepareRow | function | core/ |
Adds additional data to the row. |
| CommentType::query | function | core/ |
Prepares query object to retrieve data from the source database. |
| CommentType::setDescription | function | core/ |
Sets the description of the comment type. |
| CommentTypeDeleteForm | class | core/ |
Provides a confirmation form for deleting a comment type entity. |
| CommentTypeDeleteForm.php | file | core/ |
|
| CommentTypeDeleteForm::$commentManager | property | core/ |
The comment manager service. |
| CommentTypeDeleteForm::$entity | property | core/ |
The entity being used by this form. |
| CommentTypeDeleteForm::$logger | property | core/ |
A logger instance. |
| CommentTypeDeleteForm::buildForm | function | core/ |
Form constructor. |
| CommentTypeDeleteForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| CommentTypeDeleteForm::__construct | function | core/ |
Constructs a query factory object. |
| CommentTypeForm | class | core/ |
Base form handler for comment type edit forms. |
| CommentTypeForm.php | file | core/ |
|
| CommentTypeForm::$commentManager | property | core/ |
The comment manager. |
| CommentTypeForm::$entityTypeManager | property | core/ |
Entity type manager service. |
| CommentTypeForm::$logger | property | core/ |
A logger instance. |
| CommentTypeForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| CommentTypeForm::entityTypeSupportsComments | function | core/ |
Wraps _comment_entity_uses_integer_id(). |
| CommentTypeForm::form | function | core/ |
Gets the actual form array to be built. |
| CommentTypeForm::save | function | core/ |
Form submission handler for the 'save' action. |
| CommentTypeForm::__construct | function | core/ |
Constructs a CommentTypeFormController. |
| CommentTypeInterface | interface | core/ |
Provides an interface defining a comment type entity. |
| CommentTypeInterface.php | file | core/ |
|
| CommentTypeInterface::getDescription | function | core/ |
Returns the comment type description. |
| CommentTypeInterface::getTargetEntityTypeId | function | core/ |
Gets the target entity type id for this comment type. |
| CommentTypeInterface::setDescription | function | core/ |
Sets the description of the comment type. |
| CommentTypeJsonAnonTest | class | core/ |
Tests Comment Type Json Anon. |
| CommentTypeJsonAnonTest.php | file | core/ |
|
| CommentTypeJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CommentTypeJsonAnonTest::$format | property | core/ |
The format to use in this test. |
| CommentTypeJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| CommentTypeJsonBasicAuthTest | class | core/ |
Tests Comment Type Json Basic Auth. |
| CommentTypeJsonBasicAuthTest.php | file | core/ |
|
| CommentTypeJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| CommentTypeJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CommentTypeJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| CommentTypeJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
Pagination
- Previous page
- Page 201
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.