Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MarkupInterfaceComparator.php | file | core/ |
|
MarkupInterfaceComparator::accepts | function | core/ |
|
MarkupInterfaceComparator::assertEquals | function | core/ |
|
MarkupInterfaceComparatorTest | class | core/ |
Tests \Drupal\TestTools\Comparator\MarkupInterfaceComparator. |
MarkupInterfaceComparatorTest.php | file | core/ |
|
MarkupInterfaceComparatorTest::$comparator | property | core/ |
|
MarkupInterfaceComparatorTest::$factory | property | core/ |
|
MarkupInterfaceComparatorTest::dataSetProvider | function | core/ |
Provides test data for the comparator. |
MarkupInterfaceComparatorTest::setUp | function | core/ |
|
MarkupInterfaceComparatorTest::testAccepts | function | core/ |
@covers ::accepts @dataProvider dataSetProvider |
MarkupInterfaceComparatorTest::testAssertEquals | function | core/ |
@covers ::assertEquals @dataProvider dataSetProvider |
MarkupNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
MatcherDumperInterface | interface | core/ |
Extends the symfony matcher dumper interface with an addRoutes method. |
MatcherDumperInterface.php | file | core/ |
|
MatcherDumperInterface::addRoutes | function | core/ |
Adds additional routes to be dumped. |
MediaInterface | interface | core/ |
Provides an interface defining an entity for media items. |
MediaInterface.php | file | core/ |
|
MediaInterface::getCreatedTime | function | core/ |
Returns the media item creation timestamp. |
MediaInterface::getName | function | core/ |
Gets the media item name. |
MediaInterface::getSource | function | core/ |
Returns the media source. |
MediaInterface::setCreatedTime | function | core/ |
Sets the media item creation timestamp. |
MediaInterface::setName | function | core/ |
Sets the media item name. |
MediaLibraryOpenerInterface | interface | core/ |
Defines an interface for media library openers. |
MediaLibraryOpenerInterface.php | file | core/ |
|
MediaLibraryOpenerInterface::checkAccess | function | core/ |
Checks media library access. |
MediaLibraryOpenerInterface::getSelectionResponse | function | core/ |
Generates a response after selecting media items in the media library. |
MediaSourceEntityConstraintsInterface | interface | core/ |
Defines an interface for a media source with entity constraints. |
MediaSourceEntityConstraintsInterface.php | file | core/ |
|
MediaSourceEntityConstraintsInterface::getEntityConstraints | function | core/ |
Gets media source-specific validation constraints for a media item. |
MediaSourceFieldConstraintsInterface | interface | core/ |
Defines an interface for a media source with source field constraints. |
MediaSourceFieldConstraintsInterface.php | file | core/ |
|
MediaSourceFieldConstraintsInterface::getSourceFieldConstraints | function | core/ |
Gets media source-specific validation constraints for a source field. |
MediaSourceInterface | interface | core/ |
Defines the interface for media source plugins. |
MediaSourceInterface.php | file | core/ |
|
MediaSourceInterface::createSourceField | function | core/ |
Creates the source field definition for a type. |
MediaSourceInterface::getMetadata | function | core/ |
Gets the value for a metadata attribute for a given media item. |
MediaSourceInterface::getMetadataAttributes | function | core/ |
Gets a list of metadata attributes provided by this plugin. |
MediaSourceInterface::getSourceFieldDefinition | function | core/ |
Get the source field definition for a media type. |
MediaSourceInterface::getSourceFieldValue | function | core/ |
Get the primary value stored in the source field. |
MediaSourceInterface::METADATA_FIELD_EMPTY | constant | core/ |
Default empty value for metadata fields. |
MediaSourceInterface::prepareFormDisplay | function | core/ |
Prepares the media type fields for this source in the form display. |
MediaSourceInterface::prepareViewDisplay | function | core/ |
Prepares the media type fields for this source in the view display. |
MediaTypeInterface | interface | core/ |
Provides an interface defining a media type entity. |
MediaTypeInterface.php | file | core/ |
|
MediaTypeInterface::getFieldMap | function | core/ |
Returns the metadata field map. |
MediaTypeInterface::getSource | function | core/ |
Returns the media source plugin. |
MediaTypeInterface::setFieldMap | function | core/ |
Sets the metadata field map. |
MediaTypeInterface::setNewRevision | function | core/ |
Sets whether new revisions should be created by default. |
MediaTypeInterface::setQueueThumbnailDownloadsStatus | function | core/ |
Sets a flag to indicate that thumbnails should be downloaded via a queue. |
MediaTypeInterface::thumbnailDownloadsAreQueued | function | core/ |
Returns whether thumbnail downloads are queued. |
Pagination
- Previous page
- Page 53
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.