You are here

Files in Open Social 8.9

Primary tabs

File namesort descending Location Namespace Description
AddDataPolicyRevision.php modules/custom/social_gdpr/src/Plugin/Block/AddDataPolicyRevision.php Drupal\social_gdpr\Plugin\Block
AddEnrolleeAccessCheck.php modules/social_features/social_event/modules/social_event_managers/src/Access/AddEnrolleeAccessCheck.php Drupal\social_event_managers\Access
AddMembersToGroup.php modules/social_features/social_group/src/Plugin/Action/AddMembersToGroup.php Drupal\social_group\Plugin\Action
address-plain.html.twig themes/socialbase/templates/field/address-plain.html.twig Default template for the 'plain' address formatter.
address.twig themes/socialbase/components/01-base/text/address.twig <address> <strong>Open Social HQ</strong><br> Singel 542<br> 1017 AZ Amsterdam<br> <abbr title="Phone">P:</abbr> (123) 456-7890 </address> <address> <strong>Full…
AddressFormatSubscriber.php modules/social_features/social_group/src/EventSubscriber/AddressFormatSubscriber.php Drupal\social_group\EventSubscriber
AddToCalendarIcsController.php modules/social_features/social_event/modules/social_event_addtocal/src/Controller/AddToCalendarIcsController.php Drupal\social_event_addtocal\Controller
AddToGoogle.php modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendar/AddToGoogle.php Drupal\social_event_addtocal\Plugin\SocialAddToCalendar
AddToICal.php modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendar/AddToICal.php Drupal\social_event_addtocal\Plugin\SocialAddToCalendar
AddToOutlook.php modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendar/AddToOutlook.php Drupal\social_event_addtocal\Plugin\SocialAddToCalendar
AddToYahoo.php modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendar/AddToYahoo.php Drupal\social_event_addtocal\Plugin\SocialAddToCalendar
admin-toolbar.css themes/socialbase/assets/css/admin-toolbar.css .toolbar-vertical #block-filter:target { -webkit-transform: translateY(39px) translateX(0); transform: translateY(39px) translateX(0); } .toolbar-vertical .off-canvas-right { -webkit-transform: translateY(39px) translateX(280px); …
ajax.css themes/socialbase/assets/css/ajax.css /** * AJAX (throbber) styling. */ @-webkit-keyframes glyphicon-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @keyframes glyphicon-spin { 0% { transform: rotate(0deg); } 100% { transform:…
AjaxCommentsController.php modules/custom/social_ajax_comments/src/Controller/AjaxCommentsController.php Drupal\social_ajax_comments\Controller
alert.css themes/socialblue/assets/css/alert.css .alert { border-radius: 10px; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { …
alert.css themes/socialbase/assets/css/alert.css .alert { padding: 0.75rem 1.25rem; margin-bottom: 24px; border: 1px solid transparent; } .alert * { margin-top: 0; color: inherit; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top:…
alert.twig themes/socialbase/components/02-atoms/alert/alert.twig <div class="alert alert-dismissible fade in {{ modifier_class }}" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="{{ "Close"|t…
AlternativeFrontpageSettings.php modules/custom/alternative_frontpage/src/Form/AlternativeFrontpageSettings.php Drupal\alternative_frontpage\Form
alternative_frontpage.alternativefrontpagesettings.yml modules/custom/alternative_frontpage/config/install/alternative_frontpage.alternativefrontpagesettings.yml modules/custom/alternative_frontpage/config/install/alternative_frontpage.alternativefrontpagesettings.yml
alternative_frontpage.info.yml modules/custom/alternative_frontpage/alternative_frontpage.info.yml modules/custom/alternative_frontpage/alternative_frontpage.info.yml
alternative_frontpage.install modules/custom/alternative_frontpage/alternative_frontpage.install Installation code for the alternative_frontpage module.
alternative_frontpage.links.menu.yml modules/custom/alternative_frontpage/alternative_frontpage.links.menu.yml modules/custom/alternative_frontpage/alternative_frontpage.links.menu.yml
alternative_frontpage.permissions.yml modules/custom/alternative_frontpage/alternative_frontpage.permissions.yml modules/custom/alternative_frontpage/alternative_frontpage.permissions.yml
alternative_frontpage.routing.yml modules/custom/alternative_frontpage/alternative_frontpage.routing.yml modules/custom/alternative_frontpage/alternative_frontpage.routing.yml
alternative_frontpage.services.yml modules/custom/alternative_frontpage/alternative_frontpage.services.yml modules/custom/alternative_frontpage/alternative_frontpage.services.yml
ApprovedRequestJoinGroupActivityContext.php modules/social_features/social_group/modules/social_group_request/src/Plugin/ActivityContext/ApprovedRequestJoinGroupActivityContext.php Drupal\social_group_request\Plugin\ActivityContext
AssetPackagist.php src/Composer/AssetPackagist.php Drupal\social\Composer
AuthDataHandlerInterface.php modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php Drupal\social_auth_extra
AuthLoginNoticeForm.php modules/custom/social_auth_extra/src/Form/AuthLoginNoticeForm.php Drupal\social_auth_extra\Form
AuthManager.php modules/custom/social_auth_extra/src/AuthManager.php Drupal\social_auth_extra
AuthManagerInterface.php modules/custom/social_auth_extra/src/AuthManagerInterface.php Drupal\social_auth_extra
AuthSessionDataHandler.php modules/custom/social_auth_extra/src/AuthSessionDataHandler.php Drupal\social_auth_extra
AuthUnlinkForm.php modules/custom/social_auth_extra/src/Form/AuthUnlinkForm.php Drupal\social_auth_extra\Form
autocomplete.css themes/socialbase/assets/css/autocomplete.css .ui-autocomplete.ui-widget-content { box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); background: white; padding: 0; list-style: none; max-height: 305px; overflow-y:…
autocomplete.twig themes/socialbase/components/03-molecules/form-elements/autocomplete/autocomplete.twig <div class="form-group form-autocomplete"> <label class="control-label" for="tags">{{ label }}</label> <div class="input-group"> <input class="form-autocomplete form-text…
AutocompleteController.php modules/social_features/social_mentions/src/Controller/AutocompleteController.php Drupal\social_mentions\Controller
badge--sky.css themes/socialblue/assets/css/badge--sky.css .socialblue--sky .badge { font-size: 12px; } .socialblue--sky .badge.teaser__badge.badge-default, .socialblue--sky .badge.teaser__badge.badge-primary, .socialblue--sky .badge.teaser__badge.badge-secondary, .socialblue--sky…
badge-pill.twig themes/socialbase/components/02-atoms/badge/badge-pill.twig <span class="badge badge--pill badge-primary">Primary pill badge</span>
badge-size.twig themes/socialbase/components/02-atoms/badge/badge-size.twig <span class="badge badge--pill badge--large badge-primary">Large primary pill badge</span>
badge-variation.twig themes/socialblue/components/02-atoms/badge/badge-variation.twig <span class="badge {{ modifier_class }}">Enrolled</span>
badge.css themes/socialbase/assets/css/badge.css .badge { display: inline-block; margin-bottom: 3px; margin-right: 3px; padding: 4px 0.4em; font-size: 75%; font-weight: 500; line-height: 1; vertical-align: baseline; min-width: 10px; max-width: 100%; } .badge:empty { display:…
badge.css themes/socialblue/assets/css/badge.css .badge { border-radius: 0.25em; color: #fff; } .badge__icon { fill: #4d4d4d; } .badge--pill { border-radius: 1em; } .badge-default { background-color: #e6e6e6; color: #4d4d4d; -webkit-transition: 0.3s; transition:…
badge.twig themes/socialbase/components/02-atoms/badge/badge.twig <h2>Example heading <span class="badge badge-default">New</span></h2> <h4>Example heading <span class="badge badge-secondary">Enrolled</span></h4>
base.css themes/socialblue/assets/css/base.css @font-face { font-family: 'montserrat'; src: url("../font/montserrat/montserrat-light.eot") format('embedded-opentype'), url("../font/montserrat/montserrat-light.woff2") format('woff2'), …
base.css themes/socialbase/assets/css/base.css /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display:…
behat.yml tests/behat/config/behat.yml tests/behat/config/behat.yml
block--account-header-block.html.twig themes/socialbase/templates/block/block--account-header-block.html.twig Theme override for a menu block.
block--addtoany-block.html.twig themes/socialbase/templates/block/block--addtoany-block.html.twig {% extends 'block--card.html.twig' %} {% set attributes = attributes.addClass('card--list') %}
block--card.html.twig themes/socialbase/templates/block/block--card.html.twig Theme implementation to display a card block.
block--charts.html.twig themes/socialbase/templates/block/block--charts.html.twig {% extends 'block.html.twig' %} {% block content %} {{ attach_library('socialbase/charts')}} <div class="card__block"> {{ content }} </div> {% endblock %}

Pages

Other projects