You are here

Files in Open Social 8.6

Primary tabs

File namesort descending Location Namespace Description
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
AssetPackagist.php src/Composer/AssetPackagist.php 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 { -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); 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:…
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-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; text-align: center; white-space: nowrap; vertical-align: baseline; min-width: 10px; …
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; transition: 0.3s; } .badge-default[href]:hover,…
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/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:…
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'), …
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 %}
block--data-policy-inform-block.html.twig themes/socialbase/templates/block/block--data-policy-inform-block.html.twig Theme implementation to display a Data Policy Inform block.
block--data-policy-page-title-block.html.twig themes/socialbase/templates/block/block--data-policy-page-title-block.html.twig Default theme implementation to display a block.
block--geolocation-search-content-block-header.html.twig themes/socialbase/templates/block/block--geolocation-search-content-block-header.html.twig {{ content }}
block--hero-call-to-action-block.html.twig themes/socialbase/templates/block/block--hero-call-to-action-block.html.twig Theme implementation to display a social hero block.
block--informblock.css themes/socialblue/assets/css/block--informblock.css @media (min-width: 900px) { .block-data-policy .card__title { background-color: #1f80aa; color: white; } }
block--informblock.css themes/socialbase/assets/css/block--informblock.css .block-data-policy { -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; -webkit-box-orient: unset; -webkit-box-direction: unset; -ms-flex-direction: unset; flex-direction:…
block--introtext.css themes/socialbase/assets/css/block--introtext.css .block--intro-text { padding-left: calc(1rem + 15px); margin-left: 1rem; margin-right: 1rem; } @media (min-width: 900px) { .block--intro-text { margin-left: 0; margin-right: 0; margin-top: 1.5rem; } .block--intro-text__title, …
block--local-tasks-block.html.twig themes/socialbase/templates/block/block--local-tasks-block.html.twig Theme override for tabs.
block--platform-intro.html.twig themes/socialbase/templates/block/block--platform-intro.html.twig Display a block of type Platform introduction.
block--search-content-block-header.html.twig themes/socialbase/templates/block/block--search-content-block-header.html.twig {{ content }}
block--search-hero-block.html.twig themes/socialbase/templates/block/block--search-hero-block.html.twig Default theme implementation to display a block.
block--social-geolocation.html.twig themes/socialbase/templates/block/block--social-geolocation.html.twig Default theme implementation to display a block.
block--social-post.html.twig themes/socialbase/templates/block/block--social-post.html.twig Default theme implementation to display a block.
block--social-search.html.twig themes/socialbase/templates/block/block--social-search.html.twig Default theme implementation to display a block.
block--system-branding-block.html.twig themes/socialbase/templates/block/block--system-branding-block.html.twig Default theme implementation for a branding block.
block--system-menu-block--account.html.twig themes/socialbase/templates/block/block--system-menu-block--account.html.twig Theme override for a menu block.
block--system-menu-block--main.html.twig themes/socialbase/templates/block/block--system-menu-block--main.html.twig Default theme implementation for a menu block.
block--system.html.twig themes/socialbase/templates/block/block--system.html.twig {% extends "block.html.twig" %}
block--views-block--activity-stream-block-stream-homepage.html.twig themes/socialbase/templates/block/block--views-block--activity-stream-block-stream-homepage.html.twig Theme implementation for the homepage stream block.

Pages

Other projects