block_content.type.twitter_widget.yml |
config/install/block_content.type.twitter_widget.yml |
|
config/install/block_content.type.twitter_widget.yml |
core.entity_form_display.block_content.twitter_widget.default.yml |
config/install/core.entity_form_display.block_content.twitter_widget.default.yml |
|
config/install/core.entity_form_display.block_content.twitter_widget.default.yml |
core.entity_view_display.block_content.twitter_widget.default.yml |
config/install/core.entity_view_display.block_content.twitter_widget.default.yml |
|
config/install/core.entity_view_display.block_content.twitter_widget.default.yml |
field.field.block_content.twitter_widget.field_twitter_widget.yml |
config/install/field.field.block_content.twitter_widget.field_twitter_widget.yml |
|
config/install/field.field.block_content.twitter_widget.field_twitter_widget.yml |
field.storage.block_content.field_twitter_widget.yml |
config/install/field.storage.block_content.field_twitter_widget.yml |
|
config/install/field.storage.block_content.field_twitter_widget.yml |
LocalTasksTest.php |
tests/src/Unit/Menu/LocalTasksTest.php |
Drupal\Tests\twitter_profile_widget\Unit\Menu |
|
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Theming
* Developers
* Maintainers
INTRODUCTION
------------
This module provides GET integration with the Twitter API. After… |
SettingsForm.php |
src/Form/SettingsForm.php |
Drupal\twitter_profile_widget\Form |
|
TwitterAPIExchange.php |
src/Resources/j7mbo/twitter_api_php/TwitterAPIExchange.php |
Drupal\twitter_profile_widget\Resources\j7mbo\twitter_api_php |
|
TwitterProfile.php |
src/TwitterProfile.php |
Drupal\twitter_profile_widget |
|
TwitterProfileInterface.php |
src/TwitterProfileInterface.php |
Drupal\twitter_profile_widget |
|
TwitterProfileTest.php |
tests/src/Unit/TwitterProfileTest.php |
Drupal\Tests\twitter_profile_widget\Unit |
|
TwitterWidget.php |
src/Entity/TwitterWidget.php |
Drupal\twitter_profile_widget\Entity |
|
TwitterWidgetAccessControlHandler.php |
src/TwitterWidgetAccessControlHandler.php |
Drupal\twitter_profile_widget |
|
TwitterWidgetDeleteForm.php |
src/Form/TwitterWidgetDeleteForm.php |
Drupal\twitter_profile_widget\Form |
|
TwitterWidgetForm.php |
src/Form/TwitterWidgetForm.php |
Drupal\twitter_profile_widget\Form |
|
TwitterWidgetHtmlRouteProvider.php |
src/TwitterWidgetHtmlRouteProvider.php |
Drupal\twitter_profile_widget |
|
TwitterWidgetInterface.php |
src/TwitterWidgetInterface.php |
Drupal\twitter_profile_widget |
|
TwitterWidgetListBuilder.php |
src/TwitterWidgetListBuilder.php |
Drupal\twitter_profile_widget |
|
TwitterWidgetSettingsForm.php |
src/Form/TwitterWidgetSettingsForm.php |
Drupal\twitter_profile_widget\Form |
|
TwitterWidgetSubscriber.php |
src/EventSubscriber/TwitterWidgetSubscriber.php |
Drupal\twitter_profile_widget\EventSubscriber |
|
TwitterWidgetViewsData.php |
src/Entity/TwitterWidgetViewsData.php |
Drupal\twitter_profile_widget\Entity |
|
twitter_profile_widget.css |
css/twitter_profile_widget.css |
|
.twitter_widget {
border-top: 1px solid #f0ede6;
border-bottom: 1px solid #f0ede6;
border-left: 1px solid #f0ede6;
border-right: 1px solid #f0ede6;
padding-bottom: 1px;
}
.tweet .tweet-actions {
float: right;
margin: 0;
}
.tweet… |
twitter_profile_widget.info.yml |
twitter_profile_widget.info.yml |
|
twitter_profile_widget.info.yml |
twitter_profile_widget.install |
twitter_profile_widget.install |
|
Install file for twitter_profile_widget. |
twitter_profile_widget.libraries.yml |
twitter_profile_widget.libraries.yml |
|
twitter_profile_widget.libraries.yml |
twitter_profile_widget.links.action.yml |
twitter_profile_widget.links.action.yml |
|
twitter_profile_widget.links.action.yml |
twitter_profile_widget.links.menu.yml |
twitter_profile_widget.links.menu.yml |
|
twitter_profile_widget.links.menu.yml |
twitter_profile_widget.links.task.yml |
twitter_profile_widget.links.task.yml |
|
twitter_profile_widget.links.task.yml |
twitter_profile_widget.module |
twitter_profile_widget.module |
|
Contains twitter_profile_widget.module. |
twitter_profile_widget.permissions.yml |
twitter_profile_widget.permissions.yml |
|
twitter_profile_widget.permissions.yml |
twitter_profile_widget.routing.yml |
twitter_profile_widget.routing.yml |
|
twitter_profile_widget.routing.yml |
twitter_profile_widget.services.yml |
twitter_profile_widget.services.yml |
|
twitter_profile_widget.services.yml |
twitter_profile_widget.settings.yml |
config/install/twitter_profile_widget.settings.yml |
|
config/install/twitter_profile_widget.settings.yml |
twitter_widget.html.twig |
templates/twitter_widget.html.twig |
|
twitter_widget.html.twig
Default theme implementation to present Twitter widget data. |
twitter_widget.page.inc |
twitter_widget.page.inc |
|
Contains twitter_widget.page.inc. |